21 #ifndef SENSORS_HITL_H
22 #define SENSORS_HITL_H
27 #define PRIMARY_GPS GPS_SIM
void sensors_hitl_event(void)
void sensors_hitl_periodic(void)
void imu_feed_gyro_accel(void)
void gps_feed_value(void)
void sensors_hitl_parse_HITL_AIR_DATA(uint8_t *buf)
void sensors_hitl_parse_HITL_GPS(uint8_t *buf)
void sensors_hitl_parse_HITL_IMU(uint8_t *buf)
void sensors_hitl_init(void)
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.