![]() |
convertUNICADO2CPACS
|
Class which represents the CPACS missions XML Block. More...
#include <cpacsAcftXML.h>
Classes | |
class | missionSegment |
Class which represents the mission segment in the CPACS file. More... | |
class | trajectory |
Class which contains the relevant trajectory data. More... | |
Public Member Functions | |
cpacsMission () | |
Constructor of class cpacsMission. More... | |
virtual | ~cpacsMission () |
Destructor of class cpacsMission. More... | |
Public Attributes | |
information | info |
std::string | fromRunwayUID |
std::string | toRunwayUID |
std::vector< missionSegment > | missionSegments |
trajectory | theTrajectory |
Class which represents the CPACS missions XML Block.
cpacsAcft::cpacsMission::cpacsMission | ( | ) |
Constructor of class cpacsMission.
|
virtual |
Destructor of class cpacsMission.
std::string cpacsAcft::cpacsMission::fromRunwayUID |
IATA airport code and runway name at departure
information cpacsAcft::cpacsMission::info |
Object of the information class that provides the CPACS mission infos like uID and description
std::vector<missionSegment> cpacsAcft::cpacsMission::missionSegments |
Vector which contains objects of the missionSegment class
trajectory cpacsAcft::cpacsMission::theTrajectory |
trajectory class object
std::string cpacsAcft::cpacsMission::toRunwayUID |
IATA airport code and runway name at arrival