X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/40f102b5f749e9d66236f0a1dafcbd403f10b013..db7917f04df76583bb8949283b45e2c4f5c9d48b:/lib/dvb/frontend.h diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index 3670ceb8..abc28d92 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -58,6 +58,9 @@ class eDVBFrontend: public iDVBFrontend, public Object eSecCommandList m_sec_sequence; enum { + NEW_CSW, // new committed switch cmd + NEW_UCSW, // new uncommitted switch cmd + NEW_TONEBURST, // new toneburst switch cmd CSW, // state of the committed switch UCSW, // state of the uncommitted switch TONEBURST, // current state of toneburst switch