![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <sys/types.h>#include <sys/wait.h>#include <lib/dvb/dvb.h>#include <lib/dvb/sec.h>#include <lib/dvb/rotor_calc.h>#include <lib/dvb/dvbtime.h>#include <set>#include <lib/base/eerror.h>#include "absdiff.h"Classes | |
| struct | sat_compare |
Macros | |
| #define | SEC_DEBUG |
| #define | eSecDebug(arg...) eDebug(arg) |
| #define | eSecDebugNoSimulate(x...) |
| #define | VOLTAGE(x) (lnb_param.m_increased_voltage ? iDVBFrontend::voltage##x##_5 : iDVBFrontend::voltage##x) |
| #define | eDebugNoSimulate(x...) |
| #define | EXT_ROTOR_CMD "/home/root/rotor_%d" |
Functions | |
| DEFINE_REF (eDVBSatelliteEquipmentControl) | |
| bool | need_turn_fast (int turn_speed) |
| int | roundMulti (int value, int m) |
| int | heterodyne (iDVBFrontend &frontend, int rf, int lof) |
| int | slot_id_to_fe_id (int slot_id) |
| bool | has_external_rotor (int fe_id) |
| void | move_external_rotor (int fe_id, int satpos, int storedpos) |
Variables | |
| const uint32_t | crc32_table [256] |
| #define eDebugNoSimulate | ( | x... | ) |
| #define eSecDebug | ( | arg... | ) | eDebug(arg) |
| #define eSecDebugNoSimulate | ( | x... | ) |
| #define EXT_ROTOR_CMD "/home/root/rotor_%d" |
| #define SEC_DEBUG |
| #define VOLTAGE | ( | x | ) | (lnb_param.m_increased_voltage ? iDVBFrontend::voltage##x##_5 : iDVBFrontend::voltage##x) |
| DEFINE_REF | ( | eDVBSatelliteEquipmentControl | ) |
| bool has_external_rotor | ( | int | fe_id | ) |
| int heterodyne | ( | iDVBFrontend & | frontend, |
| int | rf, | ||
| int | lof | ||
| ) |
| void move_external_rotor | ( | int | fe_id, |
| int | satpos, | ||
| int | storedpos | ||
| ) |
| bool need_turn_fast | ( | int | turn_speed | ) |
| int roundMulti | ( | int | value, |
| int | m | ||
| ) |
| int slot_id_to_fe_id | ( | int | slot_id | ) |
|
extern |