Garmin Fleet Management Controller
2.19.0
|
Payload of FMI_ID_A603_STOP packet. More...
#include <fmi.h>
Public Attributes | |
time_type | origination_time |
Time when the stop was originated by the server. More... | |
sc_position_type | stop_position |
Location of the stop. More... | |
char | text [200] |
Text (description) of stop. Variable length, null-terminated string. More... | |
uint32 | unique_id |
Unique ID of the stop for use with the Stop Status protocol. More... | |
time_type A603_stop_data_type::origination_time |
Time when the stop was originated by the server.
Definition at line 1193 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA603Stop().
sc_position_type A603_stop_data_type::stop_position |
Location of the stop.
Definition at line 1194 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA603Stop().
char A603_stop_data_type::text[200] |
Text (description) of stop. Variable length, null-terminated string.
Definition at line 1196 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA603Stop().
uint32 A603_stop_data_type::unique_id |
Unique ID of the stop for use with the Stop Status protocol.
Definition at line 1195 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA603Stop().