Fawkes API
Fawkes Development Version
|
Internal data storage, do NOT modify! More...
Public Attributes | |
int64_t | timestamp_sec |
Interface Unix timestamp, seconds. | |
int64_t | timestamp_usec |
Interface Unix timestamp, micro-seconds. | |
int32_t | ultrasonic_direction |
Direction that was used to gather the ultrasonic readings. |
Internal data storage, do NOT modify!
int64_t fawkes::NaoSensorInterface::StartUltrasonicMessage::StartUltrasonicMessage_data_t::timestamp_sec |
Interface Unix timestamp, seconds.
Definition at line 144 of file NaoSensorInterface.h.
int64_t fawkes::NaoSensorInterface::StartUltrasonicMessage::StartUltrasonicMessage_data_t::timestamp_usec |
Interface Unix timestamp, micro-seconds.
Definition at line 145 of file NaoSensorInterface.h.
Direction that was used to gather the ultrasonic readings.
Definition at line 146 of file NaoSensorInterface.h.
Referenced by fawkes::NaoSensorInterface::StartUltrasonicMessage::StartUltrasonicMessage().