mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-12-27 15:14:25 +01:00
Displaying the recording DVB interface status in the decimal points of the RCU display
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: interface.c 1.8 2000/05/06 15:24:18 kls Exp $
|
||||
* $Id: interface.c 1.9 2000/05/07 09:28:39 kls Exp $
|
||||
*/
|
||||
|
||||
#include "interface.h"
|
||||
@@ -336,6 +336,13 @@ void cInterface::DisplayChannel(int Number, const char *Name)
|
||||
}
|
||||
}
|
||||
|
||||
void cInterface::DisplayRecording(int Index, bool On)
|
||||
{
|
||||
#ifndef DEBUG_REMOTE
|
||||
RcIo.SetPoints(1 << Index, On);
|
||||
#endif
|
||||
}
|
||||
|
||||
bool cInterface::Recording(void)
|
||||
{
|
||||
// This is located here because the Interface has to do with the "PrimaryDvbApi" anyway
|
||||
|
||||
Reference in New Issue
Block a user