ICAROUS
|
message to represent information about an static/dynamic object
#include <Icarous_msg.h>
Public Attributes | |
uint8_t | TlmHeader [CFE_SB_TLM_HDR_SIZE] |
uint8_t | type |
uint32_t | index |
callsign_t | callsign |
double | latitude |
double | longitude |
double | altitude |
double | ve |
double | vn |
double | vd |
double | sigmaP [6] |
double | sigmaV [6] |
double object_t::altitude |
altitude (degrees)
callsign_t object_t::callsign |
call sign
uint32_t object_t::index |
id of object
double object_t::latitude |
latitude (degrees)
double object_t::longitude |
longitude (degrees)
double object_t::sigmaP[6] |
position covariance
double object_t::sigmaV[6] |
velocity covariance
uint8_t object_t::TlmHeader[CFE_SB_TLM_HDR_SIZE] |
cFS header information
uint8_t object_t::type |
object type: see object_type_t
double object_t::vd |
velocity Down component
double object_t::ve |
velocity East component
double object_t::vn |
velocity North component