NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
Loading...
Searching...
No Matches
msg_2d_data Union Reference

2D data. More...

#include <nturt/msg/interfaces/common.h>

Data Fields

double values [2]
 
struct { 
 
   double   x 
 
   double   y 
 
};  
 

Detailed Description

2D data.

Field Documentation

◆ [struct]

struct { ... } msg_2d_data

◆ values

double msg_2d_data::values[2]

2D data in an array.

◆ x

double msg_2d_data::x

X-axis value.

◆ y

double msg_2d_data::y

Y-axis value.


The documentation for this union was generated from the following file: