OpenWAM
Public Member Functions | List of all members
TControlFuel Class Reference

Public Member Functions

double getFuel ()
 
double getFuelDeseado ()
 
double CalculaFuel (double MasaPorAdmision, double Regimen, double TiempoActual)
 
void IniciaFuel (double mfuel)
 
void LeeDatosEntrada (char *Dir, FILE *fich)
 

Detailed Description

Definition at line 42 of file TControlFuel.h.

Member Function Documentation

◆ IniciaFuel()

void TControlFuel::IniciaFuel ( double  mfuel)
  • Provisional para dW10b *‍/

Definition at line 229 of file TControlFuel.cpp.

229  {
230  try {
231 
232  FuelAct = mfuel;
233 
234  } catch(exception &N) {
235  std::cout << "ERROR: TControlFuel::IniciaFuel" << std::endl;
236  std::cout << "Tipo de error: " << N.what() << std::endl;
237  throw Exception(N.what());
238  }
239 }

The documentation for this class was generated from the following files:
Exception
Custom exception class.
Definition: Exception.hpp:39