MythTV
master
|
#include <cinttypes>
#include <climits>
#include <vector>
#include <QString>
#include <QMutex>
#include <QMap>
Go to the source code of this file.
Classes | |
class | DiSEqCDevSettings |
DVB-S device settings class. More... | |
class | DiSEqCDev |
Main DVB-S device interface. More... | |
class | DiSEqCDevTrees |
Static-scoped locked tree list class. More... | |
class | DiSEqCDevTree |
DVB-S device tree class. Represents a tree of DVB-S devices. More... | |
class | DiSEqCDevDevice |
Represents a node in a DVB-S device network. More... | |
struct | DiSEqCDevDevice::TypeTable |
class | DiSEqCDevSwitch |
Switch class, including tone, legacy and DiSEqC switches. More... | |
class | DiSEqCDevRotor |
Rotor class. More... | |
class | DiSEqCDevSCR |
Unicable / SCR Class. More... | |
class | DiSEqCDevLNB |
LNB Class. More... | |
Typedefs | |
using | uint_to_dbl_t = QMap< uint, double > |
using | dbl_to_uint_t = QMap< double, uint > |
using | cardid_to_diseqc_tree_t = QMap< uint, DiSEqCDevTree * > |
using | dvbdev_vec_t = std::vector< DiSEqCDevDevice * > |
using | cmd_vec_t = std::vector< uint8_t > |
using uint_to_dbl_t = QMap<uint, double> |
using dbl_to_uint_t = QMap<double, uint> |
using cardid_to_diseqc_tree_t = QMap<uint, DiSEqCDevTree*> |
using dvbdev_vec_t = std::vector<DiSEqCDevDevice*> |