TwiceAsNice
2019-02-18
|
#include <TempoDeviceWuT.h>
Public Member Functions | |
TempoDeviceWuT (const Nice::JointPtr &_config) | |
virtual | ~TempoDeviceWuT () |
virtual void | open () |
open device More... | |
virtual void | close () |
close device More... | |
virtual void | reset (Basda::DeviceAsync &=Basda::Device::s_async) |
reset the device More... | |
virtual void | version () |
version More... | |
virtual void | init (Basda::DeviceAsync &=Basda::Device::s_async) |
init the device More... | |
virtual void | deinit (Basda::DeviceAsync &=Basda::Device::s_async) |
deinit the device More... | |
virtual void | activate (DeviceAsync &=s_async) |
activate the device More... | |
virtual void | deactivate (DeviceAsync &=s_async) |
deactivate the device More... | |
virtual Basda::TempoSeqData | readTemp () |
read the device More... | |
virtual Nice::JointPtrVector & | descriptionTemp () |
read description More... | |
TempoDeviceWuT (const Nice::JointPtr &_config) | |
virtual | ~TempoDeviceWuT () |
virtual void | open () |
open device More... | |
virtual void | close () |
close device More... | |
virtual void | reset (Basda::DeviceAsync &=Basda::Device::s_async) |
reset the device More... | |
virtual void | version () |
version More... | |
virtual void | init (Basda::DeviceAsync &=Basda::Device::s_async) |
init the device More... | |
virtual void | deinit (Basda::DeviceAsync &=Basda::Device::s_async) |
deinit the device More... | |
virtual void | activate (DeviceAsync &=s_async) |
activate the device More... | |
virtual void | deactivate (DeviceAsync &=s_async) |
deactivate the device More... | |
virtual Basda::TempoSeqData | readTemp () |
read the device More... | |
virtual Nice::JointPtrVector & | descriptionTemp () |
read description More... | |
![]() | |
TempoDevice (const Nice::JointPtr &_config) | |
TempoDevice (const Nice::JointPtr &_config) | |
TempoDevice (const Nice::JointPtr &_config) | |
![]() | |
Device (const Nice::JointPtr &_config) | |
constructor. This is an elementary (lazy) action which stores the name and gets configuration. More... | |
virtual | ~Device () |
destructor Does nothing More... | |
virtual void | setConfig (const Nice::JointPtr &_config) |
init with config tree ptr More... | |
Nice::JointPtr & | config () |
retrieve the property tree More... | |
std::string & | name () |
retrieve the name set at ctor time. More... | |
Device (const Nice::JointPtr &_config) | |
constructor. This is an elementary (lazy) action which stores the name and gets configuration. More... | |
virtual | ~Device () |
destructor Does nothing More... | |
virtual void | setConfig (const Nice::JointPtr &_config) |
init with config tree ptr More... | |
Nice::JointPtr & | config () |
retrieve the property tree More... | |
std::string & | name () |
retrieve the name set at ctor time. More... | |
Protected Attributes | |
Nice::JointPtrVector | m_partNodes |
vector containing the children More... | |
wutInputVector | m_input |
vector containing the data of the different inputs More... | |
![]() | |
Nice::JointPtr | m_config |
Nice::JointPtr | m_cfg |
Nice::JointPtr | m_var |
std::string | m_name |
Private Attributes | |
WutThermo * | m_thermo |
the instance of the WuT Web Thermograph Driver Class More... | |
std::string | m_conAdr |
stores the address of the Web Thermograph More... | |
std::string | m_pwd |
stores teh password used with the Web Thermograph More... | |
int | m_port |
stores the port of the Web Thermograph More... | |
Additional Inherited Members | |
![]() | |
static DeviceAsyncImpl | s_async |
Basda::TempoDeviceWuT::TempoDeviceWuT | ( | const Nice::JointPtr & | _config | ) |
|
inlinevirtual |
Basda::TempoDeviceWuT::TempoDeviceWuT | ( | const Nice::JointPtr & | _config | ) |
|
inlinevirtual |
|
inlinevirtual |
activate the device
Implements Basda::Device.
|
inlinevirtual |
activate the device
Implements Basda::Device.
|
virtual |
close device
Implements Basda::Device.
|
virtual |
close device
Implements Basda::Device.
|
inlinevirtual |
deactivate the device
Implements Basda::Device.
|
inlinevirtual |
deactivate the device
Implements Basda::Device.
|
virtual |
deinit the device
Implements Basda::Device.
|
virtual |
deinit the device
Implements Basda::Device.
|
inlinevirtual |
read description
Implements Basda::TempoDevice.
|
inlinevirtual |
read description
Implements Basda::TempoDevice.
|
virtual |
init the device
Implements Basda::Device.
|
virtual |
init the device
Implements Basda::Device.
|
virtual |
open device
Implements Basda::Device.
|
virtual |
open device
Implements Basda::Device.
|
virtual |
read the device
Implements Basda::TempoDevice.
|
virtual |
read the device
Implements Basda::TempoDevice.
|
virtual |
reset the device
Implements Basda::Device.
|
virtual |
reset the device
Implements Basda::Device.
|
virtual |
version
Implements Basda::Device.
|
virtual |
version
Implements Basda::Device.
|
private |
stores the address of the Web Thermograph
|
protected |
vector containing the data of the different inputs
|
protected |
vector containing the children
|
private |
stores the port of the Web Thermograph
|
private |
stores teh password used with the Web Thermograph
|
private |
the instance of the WuT Web Thermograph Driver Class