![]() |
convertUNICADO2CPACS
|
Class which represents the mission segment in the CPACS file. More...
#include <cpacsAcftXML.h>
Classes | |
struct | ExitConditions |
Structure which describes the exit conditions of the mission segment in the CPACS file. More... | |
Public Member Functions | |
missionSegment () | |
Constructor of class missionSegment. More... | |
virtual | ~missionSegment () |
Destructor of class missionSegment. More... | |
Public Attributes | |
information | info |
std::string | thrustMode |
double | constraintAltRate |
ExitConditions | exitCondition |
Class which represents the mission segment in the CPACS file.
cpacsAcft::cpacsMission::missionSegment::missionSegment | ( | ) |
Constructor of class missionSegment.
|
virtual |
Destructor of class missionSegment.
double cpacsAcft::cpacsMission::missionSegment::constraintAltRate |
predefined rate of climb [m/s]
ExitConditions cpacsAcft::cpacsMission::missionSegment::exitCondition |
ExitConditions structure object
information cpacsAcft::cpacsMission::missionSegment::info |
Object of the information class that provides the CPACS mission segment infos like uID and description
std::string cpacsAcft::cpacsMission::missionSegment::thrustMode |
Thrust mode of the mission segment (IDLE, autoThrust or maxClimb)