APM:Libraries
|
Public Attributes | |
double | timestamp |
double | latitude |
double | longitude |
double | altitude |
double | heading |
double | speedN |
double | speedE |
double | speedD |
double | xAccel |
double | yAccel |
double | zAccel |
double | rollRate |
double | pitchRate |
double | yawRate |
double | roll |
double | pitch |
double | yaw |
double | airspeed |
Definition at line 57 of file SIM_CRRCSim.h.
double SITL::CRRCSim::fdm_packet::airspeed |
Definition at line 66 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::altitude |
Definition at line 60 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::heading |
Definition at line 61 of file SIM_CRRCSim.h.
double SITL::CRRCSim::fdm_packet::latitude |
Definition at line 59 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::longitude |
Definition at line 59 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::pitch |
Definition at line 65 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::pitchRate |
Definition at line 64 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::roll |
Definition at line 65 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::rollRate |
Definition at line 64 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::speedD |
Definition at line 62 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::speedE |
Definition at line 62 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::speedN |
Definition at line 62 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::timestamp |
Definition at line 58 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::xAccel |
Definition at line 63 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::yAccel |
Definition at line 63 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::yaw |
Definition at line 65 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::yawRate |
Definition at line 64 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().
double SITL::CRRCSim::fdm_packet::zAccel |
Definition at line 63 of file SIM_CRRCSim.h.
Referenced by SITL::CRRCSim::recv_fdm().