Garmin Fleet Management Controller  2.19.0
eta_data_type Struct Reference

Data type for the ETA Data Packet ID. More...

#include <fmi.h>

Public Attributes

uint32 distance_to_destination
 Distance to destination, in meters, or 0xFFFFFFFF if no active destination. More...
 
time_type eta_time
 Estimated time of arrival, or 0xFFFFFFFF if no active destination. More...
 
sc_position_type position_of_destination
 Location of destination. More...
 
uint32 unique_id
 Uniquely identifies the ETA message. More...
 

Detailed Description

Data type for the ETA Data Packet ID.

Since
Protocol A603

Definition at line 1248 of file fmi.h.

Member Data Documentation

uint32 eta_data_type::distance_to_destination

Distance to destination, in meters, or 0xFFFFFFFF if no active destination.

Definition at line 1252 of file fmi.h.

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

time_type eta_data_type::eta_time

Estimated time of arrival, or 0xFFFFFFFF if no active destination.

Definition at line 1251 of file fmi.h.

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

sc_position_type eta_data_type::position_of_destination

Location of destination.

Definition at line 1253 of file fmi.h.

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

uint32 eta_data_type::unique_id

Uniquely identifies the ETA message.

Definition at line 1250 of file fmi.h.

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


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