mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
Testing CI reset
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@491 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -18,21 +18,20 @@ void CI_EnterMenu(unsigned char bSlotIndex);
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int slot;
|
||||
int choice_nb;
|
||||
char title[MAX_MMI_TEXT_LEN];
|
||||
char subtitle[MAX_MMI_TEXT_LEN];
|
||||
char bottom[MAX_MMI_TEXT_LEN];
|
||||
char choice_item[MAX_MMI_ITEMS][MAX_MMI_CHOICE_TEXT_LEN];
|
||||
int slot;
|
||||
int choice_nb;
|
||||
char title[MAX_MMI_TEXT_LEN];
|
||||
char subtitle[MAX_MMI_TEXT_LEN];
|
||||
char bottom[MAX_MMI_TEXT_LEN];
|
||||
char choice_item[MAX_MMI_ITEMS][MAX_MMI_CHOICE_TEXT_LEN];
|
||||
} MMI_MENU_LIST_INFO;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int slot;
|
||||
int blind;
|
||||
int answerlen;
|
||||
char enguiryText[MAX_MMI_TEXT_LEN];
|
||||
|
||||
int slot;
|
||||
int blind;
|
||||
int answerlen;
|
||||
char enguiryText[MAX_MMI_TEXT_LEN];
|
||||
} MMI_ENGUIRY_INFO;
|
||||
|
||||
typedef void (*SEND_MSG_HOOK) (unsigned int msg, unsigned int data);
|
||||
@@ -57,6 +56,7 @@ class cDvbCi {
|
||||
void SetHook(SEND_MSG_HOOK _SendMessage) { SendMessage = _SendMessage; };
|
||||
bool CamPresent(int slot);
|
||||
bool GetName(int slot, char * name);
|
||||
bool Reset(int slot);
|
||||
};
|
||||
|
||||
#endif //__DVBCI_H
|
||||
|
Reference in New Issue
Block a user