Garmin Fleet Management Controller
2.19.0
|
Data type for the Speed Limit Alert Packet ID. More...
#include <fmi.h>
Public Attributes | |
uint8 | category |
Alert category, a valid speed_limit_alert_category_type. More... | |
float | max_speed |
Maximum speed since last alert. More... | |
sc_position_type | posn |
Position at the time of alert. More... | |
uint8 | reserved [3] |
Set to 0. More... | |
float | speed |
Speed at the time of alert. More... | |
float | speed_limit |
Speed limit at the time of alert. More... | |
time_type | timestamp |
Time the alert was generated. More... | |
Data type for the Speed Limit Alert Packet ID.
uint8 speed_limit_alert_data_type::category |
Alert category, a valid speed_limit_alert_category_type.
Definition at line 1627 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket().
float speed_limit_alert_data_type::max_speed |
Maximum speed since last alert.
Definition at line 1633 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket().
sc_position_type speed_limit_alert_data_type::posn |
Position at the time of alert.
Definition at line 1629 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket().
float speed_limit_alert_data_type::speed |
Speed at the time of alert.
Definition at line 1631 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket().
float speed_limit_alert_data_type::speed_limit |
Speed limit at the time of alert.
Definition at line 1632 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket().
time_type speed_limit_alert_data_type::timestamp |
Time the alert was generated.
Definition at line 1630 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().