X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1eb32db73e712e251ca1c52654649a3afc364dde..4c1d83d373b4a0737da668945d1ddb3278b6c3b7:/lib/dvb/frontend.h diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index fce94e5e..e6beb680 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -53,11 +53,12 @@ class eDVBFrontend: public iDVBFrontend, public Object eSecCommandList m_sec_sequence; - int m_data[4]; /* when satellite frontend then + int m_data[5]; /* when satellite frontend then data[0] = lastcsw -> state of the committed switch data[1] = lastucsw -> state of the uncommitted switch data[2] = lastToneburst -> current state of toneburst switch - data[3] = prevRotorPos -> current Rotor Position */ + data[3] = lastRotorCmd -> last sent rotor cmd + data[4] = curRotorPos -> current Rotor Position */ void feEvent(int); void timeout();