#include <Robots/LoBot/io/LoRoombaCM.H>
Public Member Functions | |
Sensors (const char sensor_data[]) | |
Sensors (const Sensors &) | |
Sensors & | operator= (const Sensors &) |
Public Attributes | |
char | bytes [LOBOT_SENSORS_SIZE] |
long long | time_stamp |
The sensor data is received from the low-level control program in a series of bytes. This structure holds these bytes together in the incoming sensor data buffer (see typedef below).
DEVNOTE: The number of sensor data bytes sent, viz., LOBOT_SENSORS_SIZE, is defined in irccm/LoCMInterface.h.
Definition at line 236 of file LoRoombaCM.H.