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

Method FGOutputTextFile

src/input_output/FGOutputTextFile.h:69–69  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

67public:
68 /// Constructor
69 FGOutputTextFile(FGFDMExec* fdmex) : FGOutputFile(fdmex), delimeter(",") {}
70
71 /** Set the delimiter.
72 @param delim delimiter of the output values (most likely a comma or a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected