FACT++  1.0
bool DataLogger::OpenTextFile ( ofstream &  stream,
const string &  name 
)
private

Subscribe to a given server and service.

Open a text file and checks for ofstream status

Definition at line 782 of file datalogger.cc.

Referenced by EvalOptions(), Report(), and Start().

783 {
784  return OpenStreamImp(stream, name, true);
785 }
bool OpenStreamImp(ofstream &stream, const string &filename, bool mightbeopen)
Definition: datalogger.cc:741

+ Here is the caller graph for this function: