PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <ekf2_timestamps.h>
Public Attributes | |
uint64_t | timestamp |
int16_t | airspeed_timestamp_rel |
int16_t | distance_sensor_timestamp_rel |
int16_t | gps_timestamp_rel |
int16_t | optical_flow_timestamp_rel |
int16_t | vehicle_air_data_timestamp_rel |
int16_t | vehicle_magnetometer_timestamp_rel |
int16_t | visual_odometry_timestamp_rel |
uint8_t | _padding0 [2] |
Definition at line 52 of file ekf2_timestamps.h.
uint8_t ekf2_timestamps_s::_padding0[2] |
Definition at line 62 of file ekf2_timestamps.h.
int16_t ekf2_timestamps_s::airspeed_timestamp_rel |
Definition at line 55 of file ekf2_timestamps.h.
Referenced by px4::ReplayEkf2::publishEkf2Topics().
int16_t ekf2_timestamps_s::distance_sensor_timestamp_rel |
Definition at line 56 of file ekf2_timestamps.h.
Referenced by px4::ReplayEkf2::publishEkf2Topics().
int16_t ekf2_timestamps_s::gps_timestamp_rel |
Definition at line 57 of file ekf2_timestamps.h.
Referenced by px4::ReplayEkf2::publishEkf2Topics().
int16_t ekf2_timestamps_s::optical_flow_timestamp_rel |
Definition at line 58 of file ekf2_timestamps.h.
Referenced by px4::ReplayEkf2::publishEkf2Topics().
uint64_t ekf2_timestamps_s::timestamp |
Definition at line 54 of file ekf2_timestamps.h.
Referenced by px4::ReplayEkf2::publishEkf2Topics(), and Ekf2::Run().
int16_t ekf2_timestamps_s::vehicle_air_data_timestamp_rel |
Definition at line 59 of file ekf2_timestamps.h.
Referenced by px4::ReplayEkf2::publishEkf2Topics().
int16_t ekf2_timestamps_s::vehicle_magnetometer_timestamp_rel |
Definition at line 60 of file ekf2_timestamps.h.
Referenced by px4::ReplayEkf2::publishEkf2Topics().
int16_t ekf2_timestamps_s::visual_odometry_timestamp_rel |
Definition at line 61 of file ekf2_timestamps.h.
Referenced by px4::ReplayEkf2::publishEkf2Topics().