convertUNICADO2CPACS
cpacsAcft::cpacsMission::missionSegment Class Reference

Class which represents the mission segment in the CPACS file. More...

#include <cpacsAcftXML.h>

Collaboration diagram for cpacsAcft::cpacsMission::missionSegment:
Collaboration graph

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
 

Detailed Description

Class which represents the mission segment in the CPACS file.

Constructor & Destructor Documentation

◆ missionSegment()

cpacsAcft::cpacsMission::missionSegment::missionSegment ( )

Constructor of class missionSegment.

◆ ~missionSegment()

cpacsAcft::cpacsMission::missionSegment::~missionSegment ( )
virtual

Destructor of class missionSegment.

Member Data Documentation

◆ constraintAltRate

double cpacsAcft::cpacsMission::missionSegment::constraintAltRate

predefined rate of climb [m/s]

◆ exitCondition

ExitConditions cpacsAcft::cpacsMission::missionSegment::exitCondition

ExitConditions structure object

◆ info

information cpacsAcft::cpacsMission::missionSegment::info

Object of the information class that provides the CPACS mission segment infos like uID and description

◆ thrustMode

std::string cpacsAcft::cpacsMission::missionSegment::thrustMode

Thrust mode of the mission segment (IDLE, autoThrust or maxClimb)


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