ifw-fcf
2.0.0
|
The adcControllerData struct. More...
#include <adcLcsIf.hpp>
Public Member Functions | |
AdcControllerData () | |
virtual | ~AdcControllerData () |
void | SetData (const AdcControllerData &data) |
virtual std::string | GetErrorText () const |
virtual std::string | GetSubstateStr () const |
short | GetTrackingMode () const |
void | SetTrackingMode (short mode) |
double | GetAlpha () const |
void | SetAlpha (double alpha) |
double | GetDelta () const |
void | SetDelta (double delta) |
devmgr::motor::MotorControllerData & | GetMotor (std::string motor) |
void | ClearMotors () |
void | AddMotor (const std::string motor, const devmgr::motor::MotorControllerData motor_data) |
void | GetMotorNames (std::vector< std::string > &motor_vector) |
![]() | |
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) |
Protected Attributes | |
short | m_tracking_mode |
double | m_alpha |
double | m_delta |
std::map< std::string, fcf::devmgr::motor::MotorControllerData > | m_motors |
![]() | |
int | m_state |
int | m_substate |
bool | m_local |
int | m_error_code |
The adcControllerData struct.
This structure is used store the status information about the adc. The adcLcsIf class will read the adc status information from the controller and it will store it in this structure.
fcf::devmgr::adc::AdcControllerData::AdcControllerData | ( | ) |
|
virtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
void fcf::devmgr::adc::AdcControllerData::SetData | ( | const AdcControllerData & | data | ) |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |