Garmin Fleet Management Controller  2.19.0
custom_avoid_type Struct Reference

Data type for Custom Avoidance Packet ID (0X1230) from server to client. More...

#include <fmi.h>

Public Attributes

boolean enable
 
char name [49]
 
sc_position_type point1
 
sc_position_type point2
 
uint8 reserved
 
uint16 unique_id
 

Detailed Description

Data type for Custom Avoidance Packet ID (0X1230) from server to client.

Since
Protocol A613

Definition at line 1968 of file fmi.h.

Member Data Documentation

boolean custom_avoid_type::enable

Definition at line 1973 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and CMapViewerDlg::sendAvoidanceToDevice().

char custom_avoid_type::name[49]

Definition at line 1975 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and CMapViewerDlg::sendAvoidanceToDevice().

sc_position_type custom_avoid_type::point1

Definition at line 1970 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and CMapViewerDlg::sendAvoidanceToDevice().

sc_position_type custom_avoid_type::point2

Definition at line 1971 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and CMapViewerDlg::sendAvoidanceToDevice().

uint8 custom_avoid_type::reserved

Definition at line 1974 of file fmi.h.

uint16 custom_avoid_type::unique_id

Definition at line 1972 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and CMapViewerDlg::sendAvoidanceToDevice().


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