Constructor
| 67 | public: |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected