SignalK-Orientation 1.0.0
Orientation output in Signal K format for ESP32
Loading...
Searching...
No Matches
signalk_orientation.h
Go to the documentation of this file.
1
5#ifndef _signalk_orientation_H_
6#define _signalk_orientation_H_
7
19struct Attitude {
21 float yaw;
22 float pitch;
24 float roll;
26};
27
28//typedef ValueProducer<Attitude> AttitudeProducer;
29
56
57//typedef ValueProducer<MagCal> MagCalProducer;
58
59
60#endif // _signalk_orientation_H_
float yaw
Compass heading of the vessel in radians.
bool is_data_valid
Indicates whether yaw,pitch,roll data are valid.
float magnetic_inclination
float mag_noise_covariance
float cal_fit_error
float cal_fit_error_trial
float mag_field_magnitude_trial
float mag_field_magnitude
bool is_data_valid
Indicates whether data are valid.