mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
lib/sectionsdclient/sectionsdMsg.h: cleanup commands, comment unused
This commit is contained in:
@@ -54,28 +54,12 @@ struct sectionsd
|
|||||||
enum commands
|
enum commands
|
||||||
{
|
{
|
||||||
dumpStatusinformation, // commandDumpStatusInformation
|
dumpStatusinformation, // commandDumpStatusInformation
|
||||||
allEventsChannelIDSearch, // commandAllEventsChannelIDSearch
|
|
||||||
pauseScanning, // commandPauseScanning // for the grabbers ;)
|
pauseScanning, // commandPauseScanning // for the grabbers ;)
|
||||||
getIsScanningActive, // commandGetIsScanningActive
|
getIsScanningActive, // commandGetIsScanningActive
|
||||||
actualEPGchannelID, // commandActualEPGchannelID
|
|
||||||
actualEventListTVshortIDs, // commandEventListTVids
|
|
||||||
actualEventListRadioShortIDs, // commandEventListRadioIDs
|
|
||||||
currentNextInformationID, // commandCurrentNextInfoChannelID
|
|
||||||
epgEPGid, // commandEPGepgID
|
|
||||||
epgEPGidShort, // commandEPGepgIDshort
|
|
||||||
ComponentTagsUniqueKey, // commandComponentTagsUniqueKey
|
|
||||||
allEventsChannelID_, // commandAllEventsChannelID
|
|
||||||
timesNVODservice, // commandTimesNVODservice
|
|
||||||
getIsTimeSet, // commandGetIsTimeSet
|
getIsTimeSet, // commandGetIsTimeSet
|
||||||
serviceChanged, // commandserviceChanged
|
serviceChanged, // commandserviceChanged
|
||||||
LinkageDescriptorsUniqueKey, // commandLinkageDescriptorsUniqueKey
|
|
||||||
CMD_registerEvents, // commandRegisterEventClient
|
CMD_registerEvents, // commandRegisterEventClient
|
||||||
CMD_unregisterEvents, // commandUnRegisterEventClient
|
CMD_unregisterEvents, // commandUnRegisterEventClient
|
||||||
#ifdef ENABLE_PPT
|
|
||||||
setPrivatePid, // commandSetPrivatePid
|
|
||||||
#else
|
|
||||||
dummy11_setPrivatePid,
|
|
||||||
#endif
|
|
||||||
freeMemory, // commandFreeMemory
|
freeMemory, // commandFreeMemory
|
||||||
readSIfromXML, // commandReadSIfromXML
|
readSIfromXML, // commandReadSIfromXML
|
||||||
writeSI2XML, // commandWriteSI2XML
|
writeSI2XML, // commandWriteSI2XML
|
||||||
@@ -85,11 +69,13 @@ struct sectionsd
|
|||||||
numberOfCommands // <- no actual command, end of command marker
|
numberOfCommands // <- no actual command, end of command marker
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if 0
|
||||||
struct commandGetEPGid
|
struct commandGetEPGid
|
||||||
{
|
{
|
||||||
uint64_t eventid;
|
uint64_t eventid;
|
||||||
time_t starttime;
|
time_t starttime;
|
||||||
} __attribute__ ((packed)) ;
|
} __attribute__ ((packed)) ;
|
||||||
|
#endif
|
||||||
|
|
||||||
struct commandSetServiceChanged
|
struct commandSetServiceChanged
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user