![]() |
Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
|
contains all input data from the sensors More...
#include <data_structures.h>

Public Attributes | |
| float3vector | acc |
| float3vector | gyro |
| float3vector | mag |
| float | pitot_pressure |
| float | static_pressure |
| float | static_sensor_temperature |
| float | supply_voltage |
contains all input data from the sensors
Definition at line 35 of file data_structures.h.
| float3vector measurement_data_t::acc |
Definition at line 37 of file data_structures.h.
| float3vector measurement_data_t::gyro |
Definition at line 38 of file data_structures.h.
| float3vector measurement_data_t::mag |
Definition at line 39 of file data_structures.h.
| float measurement_data_t::pitot_pressure |
Definition at line 45 of file data_structures.h.
| float measurement_data_t::static_pressure |
Definition at line 46 of file data_structures.h.
Referenced by CAN_output().
| float measurement_data_t::static_sensor_temperature |
Definition at line 50 of file data_structures.h.
| float measurement_data_t::supply_voltage |
Definition at line 54 of file data_structures.h.
Referenced by CAN_output().