Inherits DynamicCStructHdl< PVRSignalStatus, PVR_SIGNAL_STATUS >.
Public Member Functions | |
std::string | GetAdapterName () const |
To get with SetAdapterName changed values. | |
std::string | GetAdapterStatus () const |
To get with SetAdapterStatus changed values. | |
long | GetBER () const |
To get with SetBER changed values. | |
std::string | GetMuxName () const |
To get with SetMuxName changed values. | |
std::string | GetProviderName () const |
To get with SetProviderName changed values. | |
std::string | GetServiceName () const |
To get with SetServiceName changed values. | |
int | GetSignal () const |
To get with SetSignal changed values. | |
int | GetSNR () const |
To get with SetSNR changed values. | |
long | GetUNC () const |
To get with SetBER changed values. | |
void | SetAdapterName (const std::string &adapterName) |
optional Name of the adapter that's being used. | |
void | SetAdapterStatus (const std::string &adapterStatus) |
optional Status of the adapter that's being used. | |
void | SetBER (long ber) |
optional Bit error rate. | |
void | SetMuxName (const std::string &muxName) |
optional Name of the current mux. | |
void | SetProviderName (const std::string &providerName) |
optional Name of the current service's provider. | |
void | SetServiceName (const std::string &serviceName) |
optional Name of the current service. | |
void | SetSignal (int signal) |
optional Signal strength. | |
void | SetSNR (int snr) |
optional Signal/noise ratio. | |
void | SetUNC (long unc) |
optional Uncorrected blocks: | |
Public Member Functions inherited from DynamicCStructHdl< PVRSignalStatus, PVR_SIGNAL_STATUS > | |
DynamicCStructHdl (const DynamicCStructHdl &cppClass) | |
DynamicCStructHdl (const PVR_SIGNAL_STATUS *cStructure) | |
DynamicCStructHdl (PVR_SIGNAL_STATUS *cStructure) | |
const PVR_SIGNAL_STATUS * | GetCStructure () const |
operator const PVR_SIGNAL_STATUS * () const | |
operator PVR_SIGNAL_STATUS * () | |
const DynamicCStructHdl & | operator= (const DynamicCStructHdl &right) |
const DynamicCStructHdl & | operator= (const PVR_SIGNAL_STATUS &right) |
PVR_SIGNAL_STATUS * | release () |
Static Public Member Functions | |
static void | AllocResources (const PVR_SIGNAL_STATUS *source, PVR_SIGNAL_STATUS *target) |
static void | FreeResources (PVR_SIGNAL_STATUS *target) |
Friends | |
class | CInstancePVRClient |
Additional Inherited Members | |
Protected Attributes inherited from DynamicCStructHdl< PVRSignalStatus, PVR_SIGNAL_STATUS > | |
PVR_SIGNAL_STATUS * | m_cStructure |