mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
eitd/sectionsd.cpp: cleanup commands
This commit is contained in:
@@ -1183,24 +1183,12 @@ struct s_cmd_table
|
|||||||
|
|
||||||
static s_cmd_table connectionCommands[sectionsd::numberOfCommands] = {
|
static s_cmd_table connectionCommands[sectionsd::numberOfCommands] = {
|
||||||
{ commandDumpStatusInformation, "commandDumpStatusInformation" },
|
{ commandDumpStatusInformation, "commandDumpStatusInformation" },
|
||||||
{ sendEmptyResponse, "commandAllEventsChannelIDSearch" },
|
|
||||||
{ commandPauseScanning, "commandPauseScanning" },
|
{ commandPauseScanning, "commandPauseScanning" },
|
||||||
{ commandGetIsScanningActive, "commandGetIsScanningActive" },
|
{ commandGetIsScanningActive, "commandGetIsScanningActive" },
|
||||||
{ sendEmptyResponse, "commandActualEPGchannelID" },
|
|
||||||
{ sendEmptyResponse, "commandEventListTVids" },
|
|
||||||
{ sendEmptyResponse, "commandEventListRadioIDs" },
|
|
||||||
{ sendEmptyResponse, "commandCurrentNextInfoChannelID" },
|
|
||||||
{ sendEmptyResponse, "commandEPGepgID" },
|
|
||||||
{ sendEmptyResponse, "commandEPGepgIDshort" },
|
|
||||||
{ sendEmptyResponse, "commandComponentTagsUniqueKey" },
|
|
||||||
{ sendEmptyResponse, "commandAllEventsChannelID" },
|
|
||||||
{ sendEmptyResponse, "commandTimesNVODservice" },
|
|
||||||
{ commandGetIsTimeSet, "commandGetIsTimeSet" },
|
{ commandGetIsTimeSet, "commandGetIsTimeSet" },
|
||||||
{ commandserviceChanged, "commandserviceChanged" },
|
{ commandserviceChanged, "commandserviceChanged" },
|
||||||
{ sendEmptyResponse, "commandLinkageDescriptorsUniqueKey" },
|
|
||||||
{ commandRegisterEventClient, "commandRegisterEventClient" },
|
{ commandRegisterEventClient, "commandRegisterEventClient" },
|
||||||
{ commandUnRegisterEventClient, "commandUnRegisterEventClient" },
|
{ commandUnRegisterEventClient, "commandUnRegisterEventClient" },
|
||||||
{ sendEmptyResponse, "commandSetPrivatePid" },
|
|
||||||
{ commandFreeMemory, "commandFreeMemory" },
|
{ commandFreeMemory, "commandFreeMemory" },
|
||||||
{ commandReadSIfromXML, "commandReadSIfromXML" },
|
{ commandReadSIfromXML, "commandReadSIfromXML" },
|
||||||
{ commandWriteSI2XML, "commandWriteSI2XML" },
|
{ commandWriteSI2XML, "commandWriteSI2XML" },
|
||||||
|
Reference in New Issue
Block a user