mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
add new includes
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@619 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -11,6 +11,7 @@ void CI_EnterMenu(unsigned char bSlotIndex);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#include <cs_api.h>
|
||||
|
||||
#define MAX_MMI_ITEMS 20
|
||||
#define MAX_MMI_TEXT_LEN 255
|
||||
@@ -34,7 +35,6 @@ typedef struct
|
||||
char enguiryText[MAX_MMI_TEXT_LEN];
|
||||
} MMI_ENGUIRY_INFO;
|
||||
|
||||
typedef void (*SEND_MSG_HOOK) (unsigned int msg, unsigned int data);
|
||||
|
||||
class cDvbCi {
|
||||
private:
|
||||
@@ -44,16 +44,14 @@ class cDvbCi {
|
||||
unsigned char * pmtbuf;
|
||||
void SendPMT();
|
||||
pthread_mutex_t ciMutex;
|
||||
cDvbCi(int Slots);
|
||||
public:
|
||||
bool Init(void);
|
||||
bool SendPMT(unsigned char *data, int len);
|
||||
bool SendDateTime(void);
|
||||
//
|
||||
cDvbCi(int Slots);
|
||||
~cDvbCi();
|
||||
static cDvbCi * getInstance();
|
||||
SEND_MSG_HOOK SendMessage;
|
||||
void SetHook(SEND_MSG_HOOK _SendMessage) { SendMessage = _SendMessage; };
|
||||
bool CamPresent(int slot);
|
||||
bool GetName(int slot, char * name);
|
||||
bool Reset(int slot);
|
||||
|
Reference in New Issue
Block a user