Garmin Fleet Management Controller  2.19.0
A602_stop_data_type Struct Reference

Payload of FMI_ID_A602_STOP packet. More...

#include <fmi.h>

Public Attributes

time_type origination_time
 Origination time when the server sent the stop to the client. More...
 
sc_position_type stop_position
 Location of the stop. More...
 
char text [51]
 Text/description of the stop. Variable length, null-terminated string. More...
 

Detailed Description

Payload of FMI_ID_A602_STOP packet.

Since
Protocol A602

Definition at line 1220 of file fmi.h.

Member Data Documentation

time_type A602_stop_data_type::origination_time

Origination time when the server sent the stop to the client.

Definition at line 1222 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA602Stop().

sc_position_type A602_stop_data_type::stop_position

Location of the stop.

Definition at line 1223 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA602Stop().

char A602_stop_data_type::text[51]

Text/description of the stop. Variable length, null-terminated string.

Definition at line 1224 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA602Stop().


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