|
ifw-fcf
5.0.0
|
The MotorControllerData struct. More...
#include <smaractLcsIf.hpp>
Additional Inherited Members | |
Protected Attributes inherited from fcf::devmgr::motor::MotorBaseControllerData | |
| double | m_target_pos {} |
| double | m_actual_pos {} |
| double | m_pos_error {} |
| double | m_actual_vel {} |
| double | m_target_vel {} |
| double | m_scale_factor {1} |
| std::string | m_user_unit {""} |
Protected Attributes inherited from fcf::devmgr::common::DeviceControllerData | |
| int | m_state |
| int | m_substate |
| bool | m_local |
| int | m_error_code |
The MotorControllerData struct.
This structure is used store the status information about the motor. The MotorLcsIf class will read the motor status information from the controller and it will store it in this structure.
| fcf::devmgr::smaract::SmaractControllerData::SmaractControllerData | ( | ) |
|
virtual |
|
inlinevirtual |
| void fcf::devmgr::smaract::SmaractControllerData::SetData | ( | const SmaractControllerData & | data | ) |