X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c606126c3efaec7e3fdf1283fc37dfb7140bee13..25b95b17bf075eb648f0053901f299e8717990d2:/lib/dvb/radiotext.h diff --git a/lib/dvb/radiotext.h b/lib/dvb/radiotext.h index ba42ded1..b4ae0e26 100644 --- a/lib/dvb/radiotext.h +++ b/lib/dvb/radiotext.h @@ -18,11 +18,13 @@ public: void connectUpdatedRadiotext(const Slot0 &slot, ePtr &connection); const char *getCurrentText() { return msgPtr ? (const char*)message : ""; } private: + void abortNonAvail(); void processPESPacket(__u8 *pkt, int len); - void gotAncillaryByte(__u8 data); + inline void gotAncillaryByte(__u8 data); ePtr m_pes_reader; ePtr m_read_connection; Signal0 m_updated_radiotext; + eTimer m_abortTimer; }; #endif