vdr 2.6.8
hello.c File Reference
#include <getopt.h>
#include <stdlib.h>
#include <vdr/i18n.h>
#include <vdr/interface.h>
#include <vdr/plugin.h>

Go to the source code of this file.

Classes

class  cPluginHello
 
class  cMenuSetupHello
 

Functions

 VDRPLUGINCREATOR (cPluginHello)
 

Variables

static const char * VERSION = "2.4.0"
 
static const char * DESCRIPTION = trNOOP("A friendly greeting")
 
static const char * MAINMENUENTRY = trNOOP("Hello")
 
int GreetingTime = 3
 
int UseAlternateGreeting = false
 

Function Documentation

◆ VDRPLUGINCREATOR()

VDRPLUGINCREATOR ( cPluginHello )

Variable Documentation

◆ DESCRIPTION

const char* DESCRIPTION = trNOOP("A friendly greeting")
static

Definition at line 16 of file hello.c.

Referenced by cPluginHello::Description().

◆ GreetingTime

◆ MAINMENUENTRY

const char* MAINMENUENTRY = trNOOP("Hello")
static

Definition at line 17 of file hello.c.

Referenced by cPluginHello::MainMenuEntry().

◆ UseAlternateGreeting

int UseAlternateGreeting = false

◆ VERSION

const char* VERSION = "2.4.0"
static

Definition at line 15 of file hello.c.

Referenced by cPluginHello::Version().