ICAROUS
|
position information of aircraft.
#include <Icarous_msg.h>
Public Attributes | |
uint8_t | TlmHeader [CFE_SB_TLM_HDR_SIZE] |
uint32_t | aircraft_id |
callsign_t | callsign |
int64_t | time_gps |
int64_t | time_boot |
double | latitude |
double | longitude |
double | altitude_abs |
double | altitude_rel |
double | vn |
double | ve |
double | vd |
double | hdg |
uint16_t | hdop |
uint16_t | vdop |
int | numSats |
uint32_t position_t::aircraft_id |
aircraft id
double position_t::altitude_abs |
absolution altitude, ASL (m)
double position_t::altitude_rel |
relative altitude, AGL (m)
callsign_t position_t::callsign |
aircraft call sign
double position_t::hdg |
heading in degrees
uint16_t position_t::hdop |
GPS Horizontal Dilution of Precision
double position_t::latitude |
latitude (degrees)
double position_t::longitude |
longitude (degrees)
int position_t::numSats |
Total number of satellites being used for localization
int64_t position_t::time_boot |
boot time of onboard autopilot
int64_t position_t::time_gps |
gps time
uint8_t position_t::TlmHeader[CFE_SB_TLM_HDR_SIZE] |
cFS header information
double position_t::vd |
velocity Down component (m/s)
uint16_t position_t::vdop |
GPS Vertical Dilution of Precision
double position_t::ve |
velocity East component (m/s)
double position_t::vn |
velocity North component (m/s)