![]() |
convertUNICADO2CPACS
|
Represents the unicado Systems Values-XML-Block. More...
#include <unicadoAcftXML.h>
Classes | |
class | ataChapter |
Represents the ata chapter in XML file. More... | |
class | fuelTank |
Represents the unicado fuel tank Values-XML-Block. More... | |
Public Member Functions | |
unicadoSystems () | |
Constructor of unicadoSystems. More... | |
virtual | ~unicadoSystems () |
Destructor of unicadoSystems. More... | |
Public Attributes | |
int | noOfCentreTanks |
int | noOfWingTanks |
int | noOfTrimTanks |
double | totalFuelVolume |
std::vector< fuelTank > | theCentreTanks |
std::vector< fuelTank > | theWingTanks |
std::vector< fuelTank > | theTrimTanks |
std::vector< ataChapter > | theATAChapters |
Represents the unicado Systems Values-XML-Block.
unicadoAcft::unicadoSystems::unicadoSystems | ( | ) |
Constructor of unicadoSystems.
|
virtual |
Destructor of unicadoSystems.
int unicadoAcft::unicadoSystems::noOfCentreTanks |
Number of center tanks
int unicadoAcft::unicadoSystems::noOfTrimTanks |
Number of trim tanks
int unicadoAcft::unicadoSystems::noOfWingTanks |
Number of wing tanks
std::vector<ataChapter> unicadoAcft::unicadoSystems::theATAChapters |
vector of class ataChapter objects
std::vector<fuelTank> unicadoAcft::unicadoSystems::theCentreTanks |
vector containing objects centre tank of class fuel tank
std::vector<fuelTank> unicadoAcft::unicadoSystems::theTrimTanks |
vector containing objects trim tank of class fuel tank
std::vector<fuelTank> unicadoAcft::unicadoSystems::theWingTanks |
vector containing objects wing tank of class fuel tank
double unicadoAcft::unicadoSystems::totalFuelVolume |
Total fuel volume of all tanks [l]