Garmin Fleet Management Controller
2.19.0
|
Data type for the FMI_ID_CREATE_WAYPOINT_CAT packet. More...
#include <fmi.h>
Public Attributes | |
uint8 | id |
Waypoint category. More... | |
char | name [16+1] |
Category name, null terminated. More... | |
Data type for the FMI_ID_CREATE_WAYPOINT_CAT packet.
uint8 category_data_type::id |
Waypoint category.
Definition at line 1693 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendCreateWaypointCat().
char category_data_type::name[16+1] |
Category name, null terminated.
Definition at line 1694 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendCreateWaypointCat().