#include <actuator_extra_interface.h>
Definition at line 76 of file actuator_extra_interface.h.
◆ ActuatorExtraHandle() [1/2]
rm_control::ActuatorExtraHandle::ActuatorExtraHandle |
( |
| ) |
|
|
default |
◆ ActuatorExtraHandle() [2/2]
rm_control::ActuatorExtraHandle::ActuatorExtraHandle |
( |
std::string |
name, |
|
|
bool * |
halted, |
|
|
bool * |
need_calibration, |
|
|
bool * |
calibrated, |
|
|
bool * |
calibration_reading, |
|
|
double * |
pos, |
|
|
double * |
offset |
|
) |
| |
|
inline |
◆ getCalibrated()
bool rm_control::ActuatorExtraHandle::getCalibrated |
( |
| ) |
const |
|
inline |
◆ getCalibrationReading()
bool rm_control::ActuatorExtraHandle::getCalibrationReading |
( |
| ) |
const |
|
inline |
◆ getHalted()
bool rm_control::ActuatorExtraHandle::getHalted |
( |
| ) |
const |
|
inline |
◆ getName()
std::string rm_control::ActuatorExtraHandle::getName |
( |
| ) |
const |
|
inline |
◆ getNeedCalibration()
bool rm_control::ActuatorExtraHandle::getNeedCalibration |
( |
| ) |
const |
|
inline |
◆ getOffset()
double rm_control::ActuatorExtraHandle::getOffset |
( |
| ) |
const |
|
inline |
◆ getPosition()
double rm_control::ActuatorExtraHandle::getPosition |
( |
| ) |
const |
|
inline |
◆ setCalibrated()
void rm_control::ActuatorExtraHandle::setCalibrated |
( |
bool |
calibrated | ) |
|
|
inline |
◆ setOffset()
void rm_control::ActuatorExtraHandle::setOffset |
( |
double |
offset | ) |
|
|
inline |
◆ calibrated_
bool* rm_control::ActuatorExtraHandle::calibrated_ = { nullptr } |
|
private |
◆ calibration_reading_
bool* rm_control::ActuatorExtraHandle::calibration_reading_ = { nullptr } |
|
private |
◆ halted_
bool* rm_control::ActuatorExtraHandle::halted_ = { nullptr } |
|
private |
◆ name_
std::string rm_control::ActuatorExtraHandle::name_ |
|
private |
◆ need_calibration_
bool* rm_control::ActuatorExtraHandle::need_calibration_ = { nullptr } |
|
private |
◆ offset_
double* rm_control::ActuatorExtraHandle::offset_ {} |
|
private |
◆ pos_
double* rm_control::ActuatorExtraHandle::pos_ {} |
|
private |
The documentation for this class was generated from the following file: