MCPcopy Create free account
hub / github.com/JSBSim-Team/jsbsim / PrintSimulationConfiguration

Method PrintSimulationConfiguration

src/FGFDMExec.cpp:1137–1145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1135//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1136
1137void FGFDMExec::PrintSimulationConfiguration(void) const
1138{
1139 FGLogging log(LogLevel::INFO);
1140 log << endl << "Simulation Configuration" << endl << "------------------------" << endl;
1141 log << MassBalance->GetName() << endl;
1142 log << GroundReactions->GetName() << endl;
1143 log << Aerodynamics->GetName() << endl;
1144 log << Propulsion->GetName() << endl;
1145}
1146
1147//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1148

Callers 1

real_mainFunction · 0.80

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected