|
double | getFuel () |
|
double | getFuelDeseado () |
|
double | CalculaFuel (double MasaPorAdmision, double Regimen, double TiempoActual) |
|
void | IniciaFuel (double mfuel) |
|
void | LeeDatosEntrada (char *Dir, FILE *fich) |
|
Definition at line 42 of file TControlFuel.h.
◆ IniciaFuel()
void TControlFuel::IniciaFuel |
( |
double |
mfuel | ) |
|
- Provisional para dW10b */
Definition at line 229 of file TControlFuel.cpp.
234 }
catch(exception &N) {
235 std::cout <<
"ERROR: TControlFuel::IniciaFuel" << std::endl;
236 std::cout <<
"Tipo de error: " << N.what() << std::endl;
The documentation for this class was generated from the following files: