From d40a2445b68a7153515e1905704f9c401ddb82f4 Mon Sep 17 00:00:00 2001 From: Joachim Wilke Date: Sun, 24 Sep 2006 00:00:00 +0200 Subject: Version 0.0.10-jw1 --- lcd.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'lcd.h') diff --git a/lcd.h b/lcd.h index 947c64c..46aac68 100644 --- a/lcd.h +++ b/lcd.h @@ -57,6 +57,7 @@ class cLcd : public cThread { void PopThreadState(); void SetReplayDevice(cControl *DvbApi); void SetPrimaryDevice(cDevice *DvbApi); + void ChannelSwitched(); //to propagate "ChannelSwitched"-Event from cLcdFeed to cLcd private: char *SummaryText; unsigned int SummaryTextL; @@ -75,6 +76,24 @@ class cLcd : public cThread { void GetTimeDateStat( char *string, unsigned int OutStateData[] ); void Action(void); int closing ; + bool channelSwitched; +}; + +// LcrData +struct LcrService_v1_0 { + cString destination; + cString price; + cString pulse; +}; + +// Radiotext +struct RadioTextService_v1_0 { + int rds_info; + int rds_pty; + char *rds_text; + char *rds_title; + char *rds_artist; + struct tm *title_start; }; #endif //__LCD_H -- cgit v1.2.3