Garmin Fleet Management Controller
2.19.0
|
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 |
Data type for Custom Avoidance Packet ID (0X1230) from server to client.
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().
uint16 custom_avoid_type::unique_id |
Definition at line 1972 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and CMapViewerDlg::sendAvoidanceToDevice().