ifw-fcf
2.0.0
|
The ShutterControllerData struct. More...
#include <shutterLcsIf.hpp>
Public Member Functions | |
ShutterControllerData () | |
virtual | ~ShutterControllerData () |
std::string | GetErrorText () const |
virtual std::string | GetSubstateStr () const |
void | SetData (const ShutterControllerData &data) |
![]() | |
DeviceControllerData () | |
virtual | ~DeviceControllerData () |
int | GetState () const |
void | SetState (int state) |
int | GetSubstate () const |
std::string | GetStateStr () const |
void | SetSubstate (int subtate) |
bool | GetLocalFlag () const |
void | SetLocalFlag (bool local_flag) |
int | GetErrorCode () const |
void | SetErrorCode (int error_code) |
void | SetData (const DeviceControllerData &data) |
Additional Inherited Members | |
![]() | |
int | m_state |
int | m_substate |
bool | m_local |
int | m_error_code |
The ShutterControllerData struct.
This structure is used store the status information about the lamp. The ShutterLcsIf class will read the lamp status information from the controller and it will store it in this structure.
fcf::devmgr::shutter::ShutterControllerData::ShutterControllerData | ( | ) |
|
virtual |
|
inline |
|
inlinevirtual |
void fcf::devmgr::shutter::ShutterControllerData::SetData | ( | const ShutterControllerData & | data | ) |