TwiceAsNice
2019-02-18
|
This is the implementation of the UniMod module commands. More...
#include <ModuleTemperatureHumidity.h>
Classes | |
struct | UniModModuleTemperatureHumidityEvent |
This is the implementation of the handler for the incoming events and function errors. More... | |
Private Types | |
typedef IceUtil::Handle< UniModModuleTemperatureHumidityEvent > | UniModModuleTemperatureHumidityEventPtr |
typedef IceUtil::Handle< UniModModuleTemperatureHumidityEvent > | UniModModuleTemperatureHumidityEventPtr |
Private Member Functions | |
void | addInternalProperties () |
This method add some internal properties like status properties. More... | |
void | addInternalProperties () |
This method add some internal properties like status properties. More... | |
Additional Inherited Members | |
![]() | |
MPIACore (std::string _name, Nice::JointPtr _config, const MPIACoreProtocolPtr _protocol) | |
~MPIACore () | |
template<typename Type > | |
Type | checkAttribute (const std::string &_node, const std::string &_attributeName, const Type &_default) |
template<typename RT > | |
std::vector< RT > | getVector (const std::string &_str) |
This is a generic method to convert a data string to a vector. More... | |
std::string | name () |
MPIACore (std::string _name, Nice::JointPtr _config, const MPIACoreProtocolPtr _protocol) | |
~MPIACore () | |
template<typename Type > | |
Type | checkAttribute (const std::string &_node, const std::string &_attributeName, const Type &_default) |
template<typename RT > | |
std::vector< RT > | getVector (const std::string &_str) |
This is a generic method to convert a data string to a vector. More... | |
std::string | name () |
![]() | |
template<typename RT > | |
static RT | getValue (const std::string &_str) |
This is a generic method to convert a data string to a number. More... | |
template<typename RT > | |
static RT | getValue (const std::string &_str) |
This is a generic method to convert a data string to a number. More... | |
![]() | |
std::string | m_name |
std::string | m_address |
member of the connection address More... | |
unsigned int | m_cardNo |
member of the card number More... | |
unsigned int | m_moduleNo |
member of the module number More... | |
HandlerPtr | m_handler |
MPIACoreProtocolPtr | m_protocol |
member of the protocol to communicate with the MPIA in-house electronic. More... | |
Nice::JointPtr | m_config |
member of the root of the configuration tree More... | |
bool | m_warning |
|
private |
|
private |
Basda::UniModModuleTemperatureHumidity::UniModModuleTemperatureHumidity | ( | std::string | _logName, |
Nice::JointPtr | _config, | ||
MPIACoreProtocolPtr | _protocol | ||
) |
Constructor.
|
inline |
Destructor.
Basda::UniModModuleTemperatureHumidity::UniModModuleTemperatureHumidity | ( | std::string | _logName, |
Nice::JointPtr | _config, | ||
MPIACoreProtocolPtr | _protocol | ||
) |
Constructor.
|
inline |
Destructor.
|
private |
This method add some internal properties like status properties.
|
private |
This method add some internal properties like status properties.
void Basda::UniModModuleTemperatureHumidity::initSensor | ( | ) |
void Basda::UniModModuleTemperatureHumidity::initSensor | ( | ) |
Nice::SeqFloat Basda::UniModModuleTemperatureHumidity::read | ( | std::string | _sensorName | ) |
Nice::SeqFloat Basda::UniModModuleTemperatureHumidity::read | ( | std::string | _sensorName | ) |
float Basda::UniModModuleTemperatureHumidity::readHumidity | ( | std::string | _sensorName | ) |
float Basda::UniModModuleTemperatureHumidity::readHumidity | ( | std::string | _sensorName | ) |
float Basda::UniModModuleTemperatureHumidity::readTemperature | ( | std::string | _sensorName | ) |
float Basda::UniModModuleTemperatureHumidity::readTemperature | ( | std::string | _sensorName | ) |