1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 13:36:53 +02:00
vdr-plugin-femon/femoncfg.c

25 lines
450 B
C
Raw Permalink Normal View History

2004-02-15 04:20:00 +02:00
/*
* Frontend Status Monitor plugin for the Video Disk Recorder
2004-02-15 04:20:00 +02:00
*
* See the README file for copyright information and how to reach the author.
*
* $Id$
*/
#include "femoncfg.h"
cFemonConfig femonConfig;
cFemonConfig::cFemonConfig(void)
{
hidemenu = 0;
displaymode = 0;
position = 1;
redlimit = 33;
greenlimit = 66;
updateinterval = 5;
showbitrate = 1;
calcinterval = 20;
syslogoutput = 0;
2004-02-15 04:20:00 +02:00
}