|
typedef double | value_type |
|
|
| Value (unit_t unit, value_type value) |
|
bool | canConvert (unit_t unit) const |
|
bool | convert (unit_t unit) |
|
Value & | operator+= (value_type raw) |
|
Value & | operator-= (value_type raw) |
|
Value & | operator*= (value_type raw) |
|
Value & | operator/= (value_type raw) |
|
std::string | toString (void) const |
|
|
unit_t | unit |
|
value_type | value |
|
|
bool | checkConvert (value_type &converted, unit_t unit) const |
|
Definition at line 90 of file Units.hpp.
The documentation for this struct was generated from the following files:
- /builds/mro/controls/sambuca/sambuca-motion-lib/src/Units.hpp
- /builds/mro/controls/sambuca/sambuca-motion-lib/src/Units.cpp