Garmin Fleet Management Controller
2.19.0
|
Data type for FMI_ID_WAYPOINT packet. More...
#include <fmi.h>
Public Attributes | |
uint16 | cat |
Waypoint categories, bit-mapped. More... | |
char | comment [50+1] |
Waypoint comment, null-terminated. More... | |
char | name [30+1] |
Waypoint name, null-terminated. More... | |
sc_position_type | posn |
Waypoint position. More... | |
uint16 | symbol |
Waypoint symbol. More... | |
uint16 | unique_id |
Server-assigned unique ID for the waypoint. More... | |
uint16 waypoint_data_type::cat |
Waypoint categories, bit-mapped.
Definition at line 1671 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendWaypoint().
char waypoint_data_type::comment[50+1] |
Waypoint comment, null-terminated.
Definition at line 1673 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendWaypoint().
char waypoint_data_type::name[30+1] |
Waypoint name, null-terminated.
Definition at line 1672 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendWaypoint().
sc_position_type waypoint_data_type::posn |
Waypoint position.
Definition at line 1670 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendWaypoint().
uint16 waypoint_data_type::symbol |
Waypoint symbol.
Definition at line 1669 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendWaypoint().
uint16 waypoint_data_type::unique_id |
Server-assigned unique ID for the waypoint.
Definition at line 1668 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendWaypoint().