#include <myahrs_plus.hpp>
Public Member Functions | |
template<typename T > | |
bool | set (uint8_t t, T v) |
Varient () | |
Public Attributes | |
uint8_t | type |
union { | |
float f32 | |
double f64 | |
int16_t i16 | |
int32_t i32 | |
int64_t i64 | |
int8_t i8 | |
uint16_t ui16 | |
uint32_t ui32 | |
uint64_t ui64 | |
uint8_t ui8 | |
} | value |
Definition at line 953 of file myahrs_plus.hpp.
WithRobot::iNodeParser::Varient::Varient | ( | ) | [inline] |
Definition at line 954 of file myahrs_plus.hpp.
bool WithRobot::iNodeParser::Varient::set | ( | uint8_t | t, |
T | v | ||
) | [inline] |
Definition at line 970 of file myahrs_plus.hpp.
Definition at line 965 of file myahrs_plus.hpp.
Definition at line 966 of file myahrs_plus.hpp.
Definition at line 959 of file myahrs_plus.hpp.
Definition at line 961 of file myahrs_plus.hpp.
Definition at line 963 of file myahrs_plus.hpp.
Definition at line 957 of file myahrs_plus.hpp.
Definition at line 955 of file myahrs_plus.hpp.
Definition at line 960 of file myahrs_plus.hpp.
Definition at line 962 of file myahrs_plus.hpp.
Definition at line 964 of file myahrs_plus.hpp.
Definition at line 958 of file myahrs_plus.hpp.
union { ... } WithRobot::iNodeParser::Varient::value |