![]() |
convertUNICADO2CPACS
|
Class which represents the CPACS gear XML block. More...
#include <cpacsAcftXML.h>
Classes | |
class | axle |
class contains main information about the gears axle More... | |
class | bogie |
Class which defines the landing gear's bogie. More... | |
class | fuseAttachment |
class | mainStrut |
class contains length and radius of the main strut More... | |
class | wheel |
Class which contains the rough geometry of the wheel (cylinder) More... | |
class | wingAttachment |
Class which represents the CPACS wing attachment block. More... | |
Public Member Functions | |
cpacsGear () | |
Constructor of class cpacsGear. More... | |
virtual | ~cpacsGear () |
Destructor of class cpacsGear. More... | |
Public Attributes | |
information | info |
std::string | parentUID |
double | totalLength |
double | retractAngle |
double | extAngle |
double | offset |
double | extractedAngle |
wingAttachment | theWingAttachment |
fuseAttachment | theFuseAttachment |
bogie | theBogie |
std::vector< axle > | theAxles |
std::vector< wheel > | theWheels |
mainStrut | theMainStrut |
Class which represents the CPACS gear XML block.
cpacsAcft::cpacsGear::cpacsGear | ( | ) |
Constructor of class cpacsGear.
|
virtual |
Destructor of class cpacsGear.
double cpacsAcft::cpacsGear::extAngle |
Angle between the full extended and the full retracted main strut [deg]
double cpacsAcft::cpacsGear::extractedAngle |
Angle of the main strut in extracted position around the landing gears y-axis [deg]
information cpacsAcft::cpacsGear::info |
Object of the information class that provides the CPACS gear infos like uID and description
double cpacsAcft::cpacsGear::offset |
Distance from the upper end of the main strut to the axis of rotation of the pintle strut. [m]
std::string cpacsAcft::cpacsGear::parentUID |
uID of the component to which the gear is attached to
double cpacsAcft::cpacsGear::retractAngle |
Retraction angle of the main landing gear [deg]
std::vector<axle> cpacsAcft::cpacsGear::theAxles |
Vector which contains objects of the axle class
bogie cpacsAcft::cpacsGear::theBogie |
bogie class object
fuseAttachment cpacsAcft::cpacsGear::theFuseAttachment |
fuseAttachment class object
std::vector<wheel> cpacsAcft::cpacsGear::theWheels |
Vector which contains objects of the wheel class
wingAttachment cpacsAcft::cpacsGear::theWingAttachment |
wingAttachment class object
double cpacsAcft::cpacsGear::totalLength |
Total length of main landing gear [m]