![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
3D data. More...
#include <nturt/msg/interfaces/common.h>
Data Fields | ||
| double | values [3] | |
| struct { | ||
| double x | ||
| double y | ||
| double z | ||
| }; | ||
3D data.
| struct { ... } msg_3d_data |
| double msg_3d_data::values[3] |
3D data in an array.
| double msg_3d_data::x |
X-axis value.
| double msg_3d_data::y |
Y-axis value.
| double msg_3d_data::z |
Z-axis value.