|
| float | fVectorX_ { 0.0F } |
| | Magnetic field vector in mG axis X.
|
| |
| float | fVectorY_ { 0.0F } |
| | Magnetic field vector in mG axis Y.
|
| |
| float | fVectorZ_ { 0.0F } |
| | Magnetic field vector in mG axis Z.
|
| |
| uint64_t | uTimestampUs_ { 0U } |
| | Timestamp in microseconds.
|
| |
| uint8_t | uValid_ { 0U } |
| | Validity flag.
|
| |
|
| virtual std::vector< uint8_t > | ToByteVector () |
| | Generate byte representation of the object.
|
| |
| virtual bool | FromByteVector (const std::vector< uint8_t > &korBytes) |
| | Create (assign) an object from its byte representation.
|
| |
◆ fVectorX_
| float SMagneticMeasurement::fVectorX_ { 0.0F } |
Magnetic field vector in mG axis X.
◆ fVectorY_
| float SMagneticMeasurement::fVectorY_ { 0.0F } |
Magnetic field vector in mG axis Y.
◆ fVectorZ_
| float SMagneticMeasurement::fVectorZ_ { 0.0F } |
Magnetic field vector in mG axis Z.
◆ uTimestampUs_
| uint64_t SMagneticMeasurement::uTimestampUs_ { 0U } |
Timestamp in microseconds.
◆ uValid_
| uint8_t SMagneticMeasurement::uValid_ { 0U } |
The documentation for this struct was generated from the following file: