vdr  1.7.27
Classes | Functions | Variables
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 = "0.2.5"
static const char * DESCRIPTION = trNOOP("A friendly greeting")
static const char * MAINMENUENTRY = trNOOP("Hello")
int GreetingTime = 3
int UseAlternateGreeting = false

Function Documentation


Variable Documentation

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

Definition at line 16 of file hello.c.

Referenced by cPluginHello::Description().

int GreetingTime = 3
const char* MAINMENUENTRY = trNOOP("Hello") [static]

Definition at line 17 of file hello.c.

Referenced by cPluginHello::MainMenuEntry().

int UseAlternateGreeting = false
const char* VERSION = "0.2.5" [static]

Definition at line 15 of file hello.c.

Referenced by cPluginHello::Version().