Garmin Fleet Management Controller
2.19.0
|
Data type for the Driver Status Update packet. More...
#include <fmi.h>
Public Attributes | |
uint32 | driver_status |
ID corresponding to the new driver status. More... | |
uint32 | status_change_id |
unique identifier More... | |
time_type | status_change_time |
timestamp of status change More... | |
Data type for the Driver Status Update packet.
uint32 driver_status_data_type::driver_status |
ID corresponding to the new driver status.
Definition at line 1481 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendDriverStatusUpdate().
uint32 driver_status_data_type::status_change_id |
unique identifier
Definition at line 1479 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendDriverStatusUpdate().
time_type driver_status_data_type::status_change_time |
timestamp of status change
Definition at line 1480 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendDriverStatusUpdate().