File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,18 @@ class DG_TRACERREALTIME_DLLAPI TracerRealTime : public Tracer {
5050 DG_TRACERREALTIME_DLLAPI friend std::ostream &
5151 operator <<(std::ostream &os, const TracerRealTime &t);
5252
53- protected:
54- virtual void openFile (const SignalBase<int > &sig,
55- const std::string &filename);
56-
57- virtual void recordSignal (std::ostream &os, const SignalBase<int > &sig);
5853 void emptyBuffers ();
5954
6055 void setBufferSize (const int &SIZE) { bufferSize = SIZE; }
6156
6257 const int &getBufferSize () { return bufferSize; }
6358
59+ protected:
60+ virtual void openFile (const SignalBase<int > &sig,
61+ const std::string &filename);
62+
63+ virtual void recordSignal (std::ostream &os, const SignalBase<int > &sig);
64+
6465 typedef std::list<std::ofstream *> HardFileList;
6566 static const int BUFFER_SIZE_DEFAULT = 1048576 ; // 1Mo
6667
You can’t perform that action at this time.
0 commit comments