|
|
#include <armarx/control/ethercat/ModularConvertedValue.h>
Public Member Functions | |
| T | getRaw () const |
| void | init (T *raw, const hardware_config::types::ModularConvertedValueConfig modularConfig, const char *nameForDebugging="") |
| void | init (T *raw, float zeroOffset, float discontinuityOffset, float maxValue, bool isInverted, const char *nameForDebugging="") |
| ModularConvertedValue () | |
| void | read () |
| void | setDiscontinuityOffset (SignedT discontinuityOffset) |
| void | setZeroOffset (SignedT zeroOffset) |
| void | write () |
Public Attributes | |
| double | value |
Definition at line 41 of file ModularConvertedValue.h.
|
inline |
Definition at line 45 of file ModularConvertedValue.h.
|
inline |
Definition at line 159 of file ModularConvertedValue.h.
|
inline |
|
inline |
Definition at line 117 of file ModularConvertedValue.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 165 of file ModularConvertedValue.h.
|
inline |
Definition at line 171 of file ModularConvertedValue.h.
|
inline |
Definition at line 151 of file ModularConvertedValue.h.
| double value |
Definition at line 156 of file ModularConvertedValue.h.