TwiceAsNice
2019-02-18
|
#include <LakeshoreControllerDevice.h>
Public Types | |
typedef ::Basda::DeviceAsync | DeviceAsync |
typedef ::Basda::DeviceAsync | DeviceAsync |
Public Member Functions | |
LakeshoreControllerDevice (const Nice::JointPtr &config) | |
virtual | ~LakeshoreControllerDevice () |
virtual void | open (void) |
function to open the connection to the device. More... | |
virtual void | close (void) |
function to close the connection to the device. More... | |
virtual void | reset (DeviceAsync &=::Basda::Device::s_async) |
function to reset the device. More... | |
virtual void | init (DeviceAsync &=Basda::Device::s_async) |
function to init the device. More... | |
virtual void | deinit (DeviceAsync &=::Basda::Device::s_async) |
function to deinit the device. More... | |
virtual void | activate (DeviceAsync &=::Basda::Device::s_async) |
activate the device More... | |
virtual void | deactivate (DeviceAsync &=::Basda::Device::s_async) |
deactivate the device More... | |
virtual void | updateProperties () |
virtual void | version () |
return the library version More... | |
virtual Nice::JointPtrVector & | description (void) |
function to read the description More... | |
virtual bool | isReachable () |
virtual void | setSetpoint (const int loop, const double &tset) |
virtual void | setRampingValue (const int loop, const double &ramping) |
virtual void | setRampingOnOff (const int loop, const bool &state) |
virtual void | setHeaterRange (const std::string &range) |
virtual void | setHeaterAnalogOnOff (const std::string &analog) |
virtual void | setPIDvaluePC1 (const int loop, const double &pvalue) |
virtual void | setPIDvalueIC2 (const int loop, const double &ivalue) |
virtual void | setPIDvalueDC3 (const int loop, const double &dvalue) |
virtual void | setHighThresholdAlarm (const int loop, const double &highValue) |
virtual void | setLowThresholdAlarm (const int loop, const double &lowValue) |
virtual void | setAlarmCheckOnOff (const int loop, const bool &state) |
virtual void | setLatchingOnOff (const int loop, const bool &state) |
LakeshoreControllerDevice (const Nice::JointPtr &config) | |
virtual | ~LakeshoreControllerDevice () |
virtual void | open (void) |
function to open the connection to the device. More... | |
virtual void | close (void) |
function to close the connection to the device. More... | |
virtual void | reset (DeviceAsync &=::Basda::Device::s_async) |
function to reset the device. More... | |
virtual void | init (DeviceAsync &=Basda::Device::s_async) |
function to init the device. More... | |
virtual void | deinit (DeviceAsync &=::Basda::Device::s_async) |
function to deinit the device. More... | |
virtual void | activate (DeviceAsync &=::Basda::Device::s_async) |
activate the device More... | |
virtual void | deactivate (DeviceAsync &=::Basda::Device::s_async) |
deactivate the device More... | |
virtual void | updateProperties () |
virtual void | version () |
return the library version More... | |
virtual Nice::JointPtrVector & | description (void) |
function to read the description More... | |
virtual bool | isReachable () |
virtual void | setSetpoint (const int loop, const double &tset) |
virtual void | setRampingValue (const int loop, const double &ramping) |
virtual void | setRampingOnOff (const int loop, const bool &state) |
virtual void | setHeaterRange (const std::string &range) |
virtual void | setHeaterAnalogOnOff (const std::string &analog) |
virtual void | setPIDvaluePC1 (const int loop, const double &pvalue) |
virtual void | setPIDvalueIC2 (const int loop, const double &ivalue) |
virtual void | setPIDvalueDC3 (const int loop, const double &dvalue) |
virtual void | setHighThresholdAlarm (const int loop, const double &highValue) |
virtual void | setLowThresholdAlarm (const int loop, const double &lowValue) |
virtual void | setAlarmCheckOnOff (const int loop, const bool &state) |
virtual void | setLatchingOnOff (const int loop, const bool &state) |
![]() | |
ControllerDevice (const Nice::JointPtr &config) | |
virtual | ~ControllerDevice () |
ControllerDevice (const Nice::JointPtr &config) | |
virtual | ~ControllerDevice () |
ControllerDevice (const Nice::JointPtr &config) | |
virtual | ~ControllerDevice () |
![]() | |
PidDevice (const Nice::JointPtr &config) | |
virtual | ~PidDevice () |
PidDevice (const Nice::JointPtr &config) | |
virtual | ~PidDevice () |
PidDevice (const Nice::JointPtr &config) | |
virtual | ~PidDevice () |
![]() | |
TempoDevice (const Nice::JointPtr &config) | |
virtual | ~TempoDevice () |
TempoDevice (const Nice::JointPtr &config) | |
virtual | ~TempoDevice () |
TempoDevice (const Nice::JointPtr &config) | |
virtual | ~TempoDevice () |
![]() | |
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 |
conDataVector | m_data |
![]() | |
Nice::JointPtr | m_config |
Nice::JointPtr | m_cfg |
Nice::JointPtr | m_var |
std::string | m_name |
Private Member Functions | |
void | initControllerData (controllerData &data) |
void | setReachable (const bool state) |
void | setPropertiesToUnknown () |
void | handleErrors () |
std::string | getHeaterStatusText (int status) |
int | getHeaterStatusId (std::string status) |
std::string | getHeaterRangeText (int range) |
int | getHeaterRangeId (std::string range) |
void | initHeaterRangeComboBox (Nice::PropertyPtr prop) |
void | initHeaterAnalogStatusComboBox (Nice::PropertyPtr prop) |
void | initControllerData (controllerData &data) |
void | setReachable (const bool state) |
void | setPropertiesToUnknown () |
void | handleErrors () |
std::string | getHeaterStatusText (int status) |
int | getHeaterStatusId (std::string status) |
std::string | getHeaterRangeText (int range) |
int | getHeaterRangeId (std::string range) |
void | initHeaterRangeComboBox (Nice::PropertyPtr prop) |
void | initHeaterAnalogStatusComboBox (Nice::PropertyPtr prop) |
Private Attributes | |
Basda::Tempo::LakeshoreController331SPtr | m_lakeshore |
instance of the Lakeshore driver class More... | |
std::string | m_connection |
stores the connection address of the device currently connected to More... | |
IceUtil::RecMutex | m_syncMutex |
bool | m_isReachable |
bool | m_isInit |
Additional Inherited Members | |
![]() | |
static DeviceAsyncImpl | s_async |
Basda::Tempo::LakeshoreControllerDevice::LakeshoreControllerDevice | ( | const Nice::JointPtr & | config | ) |
|
virtual |
Basda::Tempo::LakeshoreControllerDevice::LakeshoreControllerDevice | ( | const Nice::JointPtr & | config | ) |
|
virtual |
|
inlinevirtual |
activate the device
Implements Basda::Device.
|
inlinevirtual |
activate the device
Implements Basda::Device.
|
virtual |
function to close the connection to the device.
Implements Basda::Device.
|
virtual |
function to close the connection to the device.
Implements Basda::Device.
|
inlinevirtual |
deactivate the device
Implements Basda::Device.
|
inlinevirtual |
deactivate the device
Implements Basda::Device.
|
virtual |
function to deinit the device.
Implements Basda::Device.
|
virtual |
function to deinit the device.
Implements Basda::Device.
|
inlinevirtual |
function to read the description
|
inlinevirtual |
function to read the description
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
virtual |
function to init the device.
Implements Basda::Device.
|
virtual |
function to init the device.
Implements Basda::Device.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
virtual |
Implements Basda::Tempo::TempoDevice.
|
virtual |
Implements Basda::Tempo::TempoDevice.
|
virtual |
function to open the connection to the device.
Implements Basda::Device.
|
virtual |
function to open the connection to the device.
Implements Basda::Device.
|
virtual |
function to reset the device.
Implements Basda::Device.
|
virtual |
function to reset the device.
Implements Basda::Device.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::PidDevice.
|
virtual |
Implements Basda::Tempo::PidDevice.
|
virtual |
Implements Basda::Tempo::PidDevice.
|
virtual |
Implements Basda::Tempo::PidDevice.
|
virtual |
Implements Basda::Tempo::PidDevice.
|
virtual |
Implements Basda::Tempo::PidDevice.
|
private |
|
private |
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::ControllerDevice.
|
virtual |
Implements Basda::Tempo::PidDevice.
|
virtual |
Implements Basda::Tempo::PidDevice.
|
virtual |
Implements Basda::Tempo::TempoDevice.
|
virtual |
Implements Basda::Tempo::TempoDevice.
|
virtual |
return the library version
Implements Basda::Device.
|
virtual |
return the library version
Implements Basda::Device.
|
private |
stores the connection address of the device currently connected to
|
protected |
|
private |
|
private |
|
private |
instance of the Lakeshore driver class
|
protected |
|
private |