X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f01b61f8a3c92f43132fdc078e5d3ab0b1345c4a..8a54d14d80727d2da69979419630c438967276e5:/lib/dvb/frontend.h diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index c28399b4..e1556bd9 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -2,9 +2,6 @@ #define __dvb_frontend_h #include -#include - -class eSecCommandList; class eDVBFrontendParameters: public iDVBFrontendParameters { @@ -16,77 +13,109 @@ class eDVBFrontendParameters: public iDVBFrontendParameters eDVBFrontendParametersTerrestrial terrestrial; }; int m_type; + int m_flags; public: eDVBFrontendParameters(); - - RESULT getSystem(int &type) const; - RESULT getDVBS(eDVBFrontendParametersSatellite &p) const; - RESULT getDVBC(eDVBFrontendParametersCable &p) const; - RESULT getDVBT(eDVBFrontendParametersTerrestrial &p) const; + ~eDVBFrontendParameters() + { + } + + SWIG_VOID(RESULT) getSystem(int &SWIG_OUTPUT) const; + SWIG_VOID(RESULT) getDVBS(eDVBFrontendParametersSatellite &SWIG_OUTPUT) const; + SWIG_VOID(RESULT) getDVBC(eDVBFrontendParametersCable &SWIG_OUTPUT) const; + SWIG_VOID(RESULT) getDVBT(eDVBFrontendParametersTerrestrial &SWIG_OUTPUT) const; - RESULT setDVBS(const eDVBFrontendParametersSatellite &p); + RESULT setDVBS(const eDVBFrontendParametersSatellite &p, bool no_rotor_command_on_tune=false); RESULT setDVBC(const eDVBFrontendParametersCable &p); RESULT setDVBT(const eDVBFrontendParametersTerrestrial &p); - - RESULT calculateDifference(const iDVBFrontendParameters *parm, int &diff) const; - - RESULT getHash(unsigned long &hash) const; + SWIG_VOID(RESULT) getFlags(unsigned int &SWIG_NAMED_OUTPUT(flags)) const { flags = m_flags; return 0; } + RESULT setFlags(unsigned int flags) { m_flags = flags; return 0; } +#ifndef SWIG + RESULT calculateDifference(const iDVBFrontendParameters *parm, int &, bool exact) const; + + RESULT getHash(unsigned long &) const; + RESULT calcLockTimeout(unsigned int &) const; +#endif }; +#ifndef SWIG + +#include +class eSecCommandList; + class eDVBFrontend: public iDVBFrontend, public Object { +public: + enum { + NEW_CSW, + NEW_UCSW, + NEW_TONEBURST, + CSW, // state of the committed switch + UCSW, // state of the uncommitted switch + TONEBURST, // current state of toneburst switch + NEW_ROTOR_CMD, // prev sent rotor cmd + NEW_ROTOR_POS, // new rotor position (not validated) + ROTOR_CMD, // completed rotor cmd (finalized) + ROTOR_POS, // current rotor position + LINKED_PREV_PTR, // prev double linked list (for linked FEs) + LINKED_NEXT_PTR, // next double linked list (for linked FEs) + SATPOS_DEPENDS_PTR, // pointer to FE with configured rotor (with twin/quattro lnb) + FREQ_OFFSET, // current frequency offset + CUR_VOLTAGE, // current voltage + CUR_TONE, // current continuous tone + SATCR, // current SatCR + NUM_DATA_ENTRIES + }; + Signal1 m_stateChanged; +private: DECLARE_REF(eDVBFrontend); + bool m_simulate; + bool m_enabled; int m_type; - int m_fe; + int m_dvbid; + int m_slotid; int m_fd; + bool m_need_rotor_workaround; + bool m_can_handle_dvbs2; char m_filename[128]; + char m_description[128]; #if HAVE_DVB_API_VERSION < 3 int m_secfd; char m_sec_filename[128]; #endif - FRONTENDPARAMETERS parm; + int m_cur_orbpos; // only valid when this is a DVB-S tuner + int m_cur_pol; // only valid when this is a DVB-S tuner int m_state; - Signal1 m_stateChanged; ePtr m_sec; - eSocketNotifier *m_sn; + ePtr m_sn; int m_tuning; - eTimer *m_timeout; - eTimer *m_tuneTimer; + ePtr m_timeout, m_tuneTimer; eSecCommandList m_sec_sequence; - int m_data[9]; /* 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] = newRotorCmd -> last sent rotor cmd - data[4] = newRotorPos -> current Rotor Position - data[5] = curRotorCmd - data[6] = curRotorPos - data[7] = linkedToTunerNo - data[8] = dependsToTunerNo (just satpos.. for rotor with twin lnb) */ + long m_data[NUM_DATA_ENTRIES]; int m_idleInputpower[2]; // 13V .. 18V int m_runningInputpower; int m_timeoutCount; // needed for timeout int m_retryCount; // diseqc retry for rotor - int m_curVoltage; void feEvent(int); void timeout(); void tuneLoop(); // called by m_tuneTimer - void setFrontend(); - int readInputpower(); + void setFrontend(bool recvEvents=true); bool setSecSequencePos(int steps); + static int PriorityOrder; public: - eDVBFrontend(int adap, int fe, int &ok); + eDVBFrontend(int adap, int fe, int &ok, bool simulate=false); virtual ~eDVBFrontend(); + int readInputpower(); RESULT getFrontendType(int &type); RESULT tune(const iDVBFrontendParameters &where); - RESULT prepare_sat(const eDVBFrontendParametersSatellite &); + RESULT prepare_sat(const eDVBFrontendParametersSatellite &, unsigned int timeout); RESULT prepare_cable(const eDVBFrontendParametersCable &); RESULT prepare_terrestrial(const eDVBFrontendParametersTerrestrial &); RESULT connectStateChange(const Slot1 &stateChange, ePtr &connection); @@ -97,15 +126,29 @@ public: RESULT sendToneburst(int burst); RESULT setSEC(iDVBSatelliteEquipmentControl *sec); RESULT setSecSequence(const eSecCommandList &list); - RESULT getData(int num, int &data); - RESULT setData(int num, int val); + RESULT getData(int num, long &data); + RESULT setData(int num, long val); + + int readFrontendData(int type); // bitErrorRate, signalPower, signalQualitydB, signalQuality, locked, synced + void getFrontendStatus(ePyObject dest); + void getTransponderData(ePyObject dest, bool original); + void getFrontendData(ePyObject dest); - int readFrontendData(int type); // bitErrorRate, signalPower, signalQuality, Locked, Synced int isCompatibleWith(ePtr &feparm); - int getID() { return m_fe; } + int getDVBID() { return m_dvbid; } + int getSlotID() { return m_slotid; } + bool setSlotInfo(ePyObject obj); // get a tuple (slotid, slotdescr) + static void setTypePriorityOrder(int val) { PriorityOrder = val; } + static int getTypePriorityOrder() { return PriorityOrder; } int openFrontend(); - int closeFrontend(); + int closeFrontend(bool force=false); + const char *getDescription() const { return m_description; } + bool is_simulate() const { return m_simulate; } + + RESULT turnOffSatCR(int satcr); + RESULT ScanSatCR(); }; +#endif // SWIG #endif