Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JSBSim-Team/jsbsim
/ CloseFile
Method
CloseFile
src/input_output/FGOutputFile.h:118–118 ·
view source on GitHub ↗
Closes the file
Source
from the content-addressed store, hash-verified
116
virtual bool OpenFile(void) = 0;
117
/// Closes the file
118
virtual void CloseFile(void) {}
119
120
private:
121
int runID_postfix;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected