Garmin Fleet Management Controller
2.19.0
|
Data type for the A607 Driver Status Update packet. More...
#include <fmi.h>
Public Attributes | |
uint8 | driver_idx |
Index of driver to change. More... | |
uint32 | driver_status |
ID corresponding to the new driver status. More... | |
uint8 | reserved [3] |
Set to zero. More... | |
uint32 | status_change_id |
unique identifier More... | |
time_type | status_change_time |
timestamp of status change More... | |
Data type for the A607 Driver Status Update packet.
uint8 driver_status_D607_data_type::driver_idx |
Index of driver to change.
Definition at line 1491 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendA607DriverStatusUpdate().
uint32 driver_status_D607_data_type::driver_status |
ID corresponding to the new driver status.
Definition at line 1490 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendA607DriverStatusUpdate().
uint32 driver_status_D607_data_type::status_change_id |
unique identifier
Definition at line 1488 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendA607DriverStatusUpdate().
time_type driver_status_D607_data_type::status_change_time |
timestamp of status change
Definition at line 1489 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA607DriverStatusUpdate().