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

Method InitModel

src/input_output/FGOutputFile.cpp:62–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
61
62bool FGOutputFile::InitModel(void)
63{
64 if (FGOutputType::InitModel()) {
65 if (Filename.isNull()) {
66 Filename = SGPath(Name);
67 runID_postfix = 0;
68 }
69 return OpenFile();
70 }
71
72 return false;
73}
74
75//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
76

Callers

nothing calls this directly

Calls 1

isNullMethod · 0.80

Tested by

no test coverage detected