X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb_ci%2Fdvbci_ui.h;h=1974d6539fe4b513955ca25111a3b7228b66e559;hp=680b7897c070b138160c939e10706e55fcd1cf8e;hb=66238a69f495173897e7e1e62a7f05ff4356ae44;hpb=7ad3257f2a4ddd3f51aa2175f997db7d0b75f6b0 diff --git a/lib/dvb_ci/dvbci_ui.h b/lib/dvb_ci/dvbci_ui.h index 680b789..1974d65 100644 --- a/lib/dvb_ci/dvbci_ui.h +++ b/lib/dvb_ci/dvbci_ui.h @@ -2,6 +2,7 @@ #define __dvbci_ui_h #include +#include #define MAX_SLOTS 2 @@ -25,7 +26,22 @@ public: int initialize(int slot); int startMMI(int slot); int stopMMI(int slot); - int answerMMI(int slot, int answer, char *val); + int availableMMI(int slot); + int getMMIState(int slot); + + int answerMenu(int slot, int answer); + int answerEnq(int slot, char *val); + int cancelEnq(int slot); + + PyObject *eDVBCI_UI::getMMIScreen(int slot); + PyObject *mmiScreen; + int mmiTuplePos; + int mmiScreenReady; + + int mmiScreenEnq(int slot, int blind, int answerLen, char *text); + int mmiScreenBegin(int slot, int listmenu); + int mmiScreenAddText(int slot, int type, char *value); + int mmiScreenFinish(int slot); }; #endif