Implements the output to a human readable text file.
bool OpenFile(void) override
Opens the file.
bool Load(Element *el) override
Init the output directives from an XML file.
void Print(void) override
Generates the output to the text file.
void SetDelimiter(const std::string &delim)
Set the delimiter.
FGOutputTextFile(FGFDMExec *fdmex)
Constructor.
void CloseFile(void) override
Closes the file.