convertUNICADO2CPACS
unicadoAcft::unicadoSystems Class Reference

Represents the unicado Systems Values-XML-Block. More...

#include <unicadoAcftXML.h>

Collaboration diagram for unicadoAcft::unicadoSystems:
Collaboration graph

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< fuelTanktheCentreTanks
 
std::vector< fuelTanktheWingTanks
 
std::vector< fuelTanktheTrimTanks
 
std::vector< ataChaptertheATAChapters
 

Detailed Description

Represents the unicado Systems Values-XML-Block.

Constructor & Destructor Documentation

◆ unicadoSystems()

unicadoAcft::unicadoSystems::unicadoSystems ( )

Constructor of unicadoSystems.

◆ ~unicadoSystems()

unicadoAcft::unicadoSystems::~unicadoSystems ( )
virtual

Destructor of unicadoSystems.

Member Data Documentation

◆ noOfCentreTanks

int unicadoAcft::unicadoSystems::noOfCentreTanks

Number of center tanks

◆ noOfTrimTanks

int unicadoAcft::unicadoSystems::noOfTrimTanks

Number of trim tanks

◆ noOfWingTanks

int unicadoAcft::unicadoSystems::noOfWingTanks

Number of wing tanks

◆ theATAChapters

std::vector<ataChapter> unicadoAcft::unicadoSystems::theATAChapters

vector of class ataChapter objects

◆ theCentreTanks

std::vector<fuelTank> unicadoAcft::unicadoSystems::theCentreTanks

vector containing objects centre tank of class fuel tank

◆ theTrimTanks

std::vector<fuelTank> unicadoAcft::unicadoSystems::theTrimTanks

vector containing objects trim tank of class fuel tank

◆ theWingTanks

std::vector<fuelTank> unicadoAcft::unicadoSystems::theWingTanks

vector containing objects wing tank of class fuel tank

◆ totalFuelVolume

double unicadoAcft::unicadoSystems::totalFuelVolume

Total fuel volume of all tanks [l]


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