Measurement data from available sensors.
See also Message Definitions.
|
strong |
The current transmission gear used by the vehicle.
Definition at line 367 of file measurements.h.
|
strong |
The source of received sensor measurements, if known.
Definition at line 33 of file measurements.h.
|
strong |
The source of a point_one::fusion_engine::messages::Timestamp used to represent the time of applicability of an incoming sensor measurement.
Enumerator | |
---|---|
INVALID | Timestamp not valid. |
P1_TIME | Message timestamped in P1 time. |
TIMESTAMPED_ON_RECEPTION | Message timestamped in system time, generated when received by the device. |
SENDER_SYSTEM_TIME | Message timestamp was generated from a monotonic clock of an external system. |
GPS_TIME | Message timestamped in GPS time, referenced to 1980/1/6. |
Definition at line 97 of file measurements.h.
|
inline |
DeviceType stream operator.
|
inline |
GearType stream operator.
Definition at line 408 of file measurements.h.
|
inline |
SensorDataSource stream operator.
Definition at line 86 of file measurements.h.
|
inline |
SystemTimeSource stream operator.
Definition at line 147 of file measurements.h.
P1_CONSTEXPR_FUNC const char* point_one::fusion_engine::messages::to_string | ( | GearType | val | ) |
Get a human-friendly string name for the specified GearType.
val | The enum to get the string name for. |
Definition at line 387 of file measurements.h.
P1_CONSTEXPR_FUNC const char* point_one::fusion_engine::messages::to_string | ( | SensorDataSource | val | ) |
Get a human-friendly string name for the specified SensorDataSource.
val | The enum to get the string name for. |
Definition at line 63 of file measurements.h.
P1_CONSTEXPR_FUNC const char* point_one::fusion_engine::messages::to_string | ( | SystemTimeSource | val | ) |
Get a human-friendly string name for the specified SystemTimeSource.
val | The enum to get the string name for. |
Definition at line 126 of file measurements.h.