convertUNICADO2CPACS
cpacsAcft::cpacsMission::trajectory Class Reference

Class which contains the relevant trajectory data. More...

#include <cpacsAcftXML.h>

Collaboration diagram for cpacsAcft::cpacsMission::trajectory:
Collaboration graph

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
 

Detailed Description

Class which contains the relevant trajectory data.

Constructor & Destructor Documentation

◆ trajectory()

cpacsAcft::cpacsMission::trajectory::trajectory ( )

Constructor of class trajectory.

◆ ~trajectory()

cpacsAcft::cpacsMission::trajectory::~trajectory ( )
virtual

Destructor of class trajectory.

Member Data Documentation

◆ altitude

std::string cpacsAcft::cpacsMission::trajectory::altitude

altitude of the trajectory step in the CPACS file [m]

◆ cAS

std::string cpacsAcft::cpacsMission::trajectory::cAS

calibrated air speed of the trajectory step in the CPACS file [m/s]

◆ distance

double cpacsAcft::cpacsMission::trajectory::distance

distance of the whole trajectory in the CPACS file [m]

◆ flightTime

std::string cpacsAcft::cpacsMission::trajectory::flightTime

flight time of the trajectory step in the CPACS file [s]

◆ fuelMass

double cpacsAcft::cpacsMission::trajectory::fuelMass

fuel mass of the whole trajectory step in the CPACS file [kg]

◆ groundDistance

std::string cpacsAcft::cpacsMission::trajectory::groundDistance

distance to the ground of the trajectory step in the CPACS file [m]

◆ index

std::string cpacsAcft::cpacsMission::trajectory::index

index of the trajectory step in the CPACS file

◆ mach

std::string cpacsAcft::cpacsMission::trajectory::mach

mach number of the trajectory step in the CPACS file

◆ payload

double cpacsAcft::cpacsMission::trajectory::payload

payload of the trajectory in the CPACS file [kg]

◆ segmentUID

std::string cpacsAcft::cpacsMission::trajectory::segmentUID

segment UID of the trajectory step in the CPACS file

◆ tAS

std::string cpacsAcft::cpacsMission::trajectory::tAS

true air speed of the trajectory step in the CPACS file [m/s]

◆ thrust

std::string cpacsAcft::cpacsMission::trajectory::thrust

thrust of the trajectory step in the CPACS file [N]

◆ time

double cpacsAcft::cpacsMission::trajectory::time

duration of the whole trajectory in the CPACS file [s]


The documentation for this class was generated from the following files: