9#include <vdr/shutdown.h>
28 virtual void Stop(
void);
50 return " -o --outputonly do not receive, just use as output device\n";
55 static struct option long_options[] = {
56 {
"outputonly", no_argument, NULL,
'o' },
57 { NULL, no_argument, NULL, 0 }
61 while ((c = getopt_long(argc, argv,
"o", long_options, NULL)) != -1) {
63 case 'o':
probe->SetOutputOnly(
true);
65 default:
return false;
96 isyslog(
"HDFF_CEC_COMMAND_TV_OFF");
109 return hdffCmdIf ?
new cHdffMenu(hdffCmdIf) : NULL;
void CmdHdmiSendCecCommand(HdffCecCommand_t Command)
static HDFF::cHdffCmdIf * GetHdffCmdHandler(void)
virtual bool SetupParse(const char *Name, const char *Value)
virtual const char * MainMenuEntry(void)
virtual cOsdObject * MainMenuAction(void)
virtual ~cPluginDvbhddevice()
virtual bool ProcessArgs(int argc, char *argv[])
virtual const char * Description(void)
cDvbHdFfDeviceProbe * probe
virtual const char * Version(void)
virtual const char * CommandLineHelp(void)
virtual void MainThreadHook(void)
virtual cMenuSetupPage * SetupMenu(void)
static const char * VERSION
static const char * DESCRIPTION
static const char * MAINMENUENTRY
@ HDFF_CEC_COMMAND_TV_OFF
#define VDRPLUGINCREATOR(PluginClass)
cShutdownHandler ShutdownHandler