42#include "FGOutputType.h"
Encapsulates the JSBSim simulation executive.
const SGPath & GetOutputPath(void)
Retrieves the path to the output files.
Abstract class that provide functions that are generic to all the outputs that are directed to a file...
bool Load(Element *el) override
Init the output directives from an XML file.
virtual void CloseFile(void)
Closes the file.
~FGOutputFile() override
Destructor : closes the file.
void SetOutputName(const std::string &fname) override
Overwrites the name identifier under which the output will be logged.
void Print(void) override=0
Generate the output.
bool InitModel(void) override
Initializes the instance.
void SetStartNewOutput(void) override
Reset the output prior to a restart of the simulation.
virtual bool OpenFile(void)=0
Opens the file.
Abstract class to provide functions generic to all the output directives.