![]() |
convertUNICADO2CPACS
|
Class which contains the relevant trajectory data. More...
#include <cpacsAcftXML.h>
Public Member Functions | |
trajectory () | |
Constructor of class trajectory. More... | |
virtual | ~trajectory () |
Destructor of class trajectory. More... | |
Public Attributes | |
double | fuelMass |
double | time |
double | distance |
double | payload |
std::string | index |
std::string | segmentUID |
std::string | flightTime |
std::string | groundDistance |
std::string | altitude |
std::string | mach |
std::string | tAS |
std::string | cAS |
std::string | thrust |
Class which contains the relevant trajectory data.
cpacsAcft::cpacsMission::trajectory::trajectory | ( | ) |
Constructor of class trajectory.
|
virtual |
Destructor of class trajectory.
std::string cpacsAcft::cpacsMission::trajectory::altitude |
altitude of the trajectory step in the CPACS file [m]
std::string cpacsAcft::cpacsMission::trajectory::cAS |
calibrated air speed of the trajectory step in the CPACS file [m/s]
double cpacsAcft::cpacsMission::trajectory::distance |
distance of the whole trajectory in the CPACS file [m]
std::string cpacsAcft::cpacsMission::trajectory::flightTime |
flight time of the trajectory step in the CPACS file [s]
double cpacsAcft::cpacsMission::trajectory::fuelMass |
fuel mass of the whole trajectory step in the CPACS file [kg]
std::string cpacsAcft::cpacsMission::trajectory::groundDistance |
distance to the ground of the trajectory step in the CPACS file [m]
std::string cpacsAcft::cpacsMission::trajectory::index |
index of the trajectory step in the CPACS file
std::string cpacsAcft::cpacsMission::trajectory::mach |
mach number of the trajectory step in the CPACS file
double cpacsAcft::cpacsMission::trajectory::payload |
payload of the trajectory in the CPACS file [kg]
std::string cpacsAcft::cpacsMission::trajectory::segmentUID |
segment UID of the trajectory step in the CPACS file
std::string cpacsAcft::cpacsMission::trajectory::tAS |
true air speed of the trajectory step in the CPACS file [m/s]
std::string cpacsAcft::cpacsMission::trajectory::thrust |
thrust of the trajectory step in the CPACS file [N]
double cpacsAcft::cpacsMission::trajectory::time |
duration of the whole trajectory in the CPACS file [s]