Displaying the recording DVB interface status in the decimal points of the RCU display

This commit is contained in:
Klaus Schmidinger
2000-05-07 09:28:39 +02:00
parent bc44196ee5
commit 820de6bf59
5 changed files with 29 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: interface.h 1.8 2000/05/01 10:10:08 kls Exp $
* $Id: interface.h 1.9 2000/05/06 15:39:23 kls Exp $
*/
#ifndef __INTERFACE_H
@@ -43,6 +43,7 @@ public:
void Help(const char *Red, const char *Green = NULL, const char *Yellow = NULL, const char *Blue = NULL);
void LearnKeys(void);
void DisplayChannel(int Number, const char *Name = NULL);
void DisplayRecording(int Index, bool On);
bool Recording(void);
};