#include <config.h>
Detailed Description
Definition at line 85 of file config.h.
Constructor & Destructor Documentation
| cSatCableNumbers::cSatCableNumbers |
( |
int |
Size, |
|
|
const char * |
s = NULL |
|
) |
| |
| cSatCableNumbers::~cSatCableNumbers |
( |
| ) |
|
| cSatCableNumbers::cSatCableNumbers |
( |
int |
Size, |
|
|
const char * |
s = NULL |
|
) |
| |
| cSatCableNumbers::~cSatCableNumbers |
( |
| ) |
|
Member Function Documentation
| int* cSatCableNumbers::Array |
( |
void |
| ) |
|
|
inline |
| int* cSatCableNumbers::Array |
( |
void |
| ) |
|
|
inline |
| int cSatCableNumbers::FirstDeviceIndex |
( |
int |
DeviceIndex | ) |
const |
Returns the first device index (starting at 0) that uses the same sat cable number as the device with the given DeviceIndex.
If the given device does not use the same sat cable as any other device, or if the resulting value would be the same as DeviceIndex, or if DeviceIndex is out of range, -1 is returned.
Definition at line 115 of file config.c.
References array, and size.
Referenced by cDvbDevice::BondDevices().
| int cSatCableNumbers::FirstDeviceIndex |
( |
int |
DeviceIndex | ) |
const |
Returns the first device index (starting at 0) that uses the same sat cable number as the device with the given DeviceIndex.
If the given device does not use the same sat cable as any other device, or if the resulting value would be the same as DeviceIndex, or if DeviceIndex is out of range, -1 is returned.
| bool cSatCableNumbers::FromString |
( |
const char * |
s | ) |
|
| bool cSatCableNumbers::FromString |
( |
const char * |
s | ) |
|
| int cSatCableNumbers::Size |
( |
void |
| ) |
const |
|
inline |
| int cSatCableNumbers::Size |
( |
void |
| ) |
const |
|
inline |
| cString cSatCableNumbers::ToString |
( |
void |
| ) |
|
| cString cSatCableNumbers::ToString |
( |
void |
| ) |
|
Member Data Documentation
| int * cSatCableNumbers::array |
|
private |
| int cSatCableNumbers::size |
|
private |
The documentation for this class was generated from the following files: