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

Method Load

src/input_output/FGOutputFile.cpp:95–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
94
95bool FGOutputFile::Load(Element* el)
96{
97 if (!FGOutputType::Load(el))
98 return false;
99
100 SetOutputName(el->GetAttributeValue("name"));
101
102 return true;
103}
104
105}

Callers

nothing calls this directly

Calls 2

GetAttributeValueMethod · 0.80
LoadFunction · 0.50

Tested by

no test coverage detected