64 #include <utility/recorder/Recorder.h> 80 std::string fileName1;
81 std::string fileName2;
84 double nextTimeStampToRecord;
91 FilePlotter(
const std::string &fileName,
const std::string &windowTitle,
92 int xLoc,
int yLoc,
int width,
int height,
double dT);
94 FilePlotter(
const std::string &fileName1,
const std::string &fileName2,
95 const std::string &windowTitle,
96 int xLoc,
int yLoc,
int width,
int height,
double dT);
103 int record(
int commitTag,
double timeStamp);
104 int playback(
int commitTag);
107 int setFile(
const std::string &newFile);
108 int setCol(
const ID &theCols);
An Recorder object is used in the program to store/restore information at each commit().
Definition: Recorder.h:79
A FilePlotter will create a line graph using xy points found in a file. Probably to deprecate...
Definition: FilePlotter.h:74
================================================================================
Definition: ContinuaReprComponent.h:34