aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-01-19 13:24:54 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-01-19 13:24:54 +0100
commita2f2b1a1523b784e70cf3bd9a74b4cc5cfdbb3de (patch)
treec4068ddfb2f52837f4e6bcd474e93cb4e4425e7a /lib/dvb/frontend.h
parent2e02d72e10207215592e4aeda8b1c5cf18f7115a (diff)
downloadenigma2-a2f2b1a1523b784e70cf3bd9a74b4cc5cfdbb3de.tar.gz
enigma2-a2f2b1a1523b784e70cf3bd9a74b4cc5cfdbb3de.zip
add unicable support (thx to adenin)
Diffstat (limited to 'lib/dvb/frontend.h')
-rw-r--r--lib/dvb/frontend.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h
index 6e272aca..81334886 100644
--- a/lib/dvb/frontend.h
+++ b/lib/dvb/frontend.h
@@ -63,6 +63,7 @@ public:
FREQ_OFFSET, // current frequency offset
CUR_VOLTAGE, // current voltage
CUR_TONE, // current continuous tone
+ SATCR, // current SatCR
NUM_DATA_ENTRIES
};
Signal1<void,iDVBFrontend*> m_stateChanged;
@@ -142,6 +143,9 @@ public:
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