Garmin Fleet Management Controller  2.19.0
speed_limit_alert_data_type Struct Reference

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...
 

Detailed Description

Data type for the Speed Limit Alert Packet ID.

Since
Protocol A608

Definition at line 1625 of file fmi.h.

Member Data Documentation

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().

uint8 speed_limit_alert_data_type::reserved[3]

Set to 0.

Definition at line 1628 of file fmi.h.

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().


The documentation for this struct was generated from the following file: