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 {
50
50
DG_TRACERREALTIME_DLLAPI friend std::ostream &
51
51
operator <<(std::ostream &os, const TracerRealTime &t);
52
52
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);
58
53
void emptyBuffers ();
59
54
60
55
void setBufferSize (const int &SIZE) { bufferSize = SIZE; }
61
56
62
57
const int &getBufferSize () { return bufferSize; }
63
58
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
+
64
65
typedef std::list<std::ofstream *> HardFileList;
65
66
static const int BUFFER_SIZE_DEFAULT = 1048576 ; // 1Mo
66
67
You can’t perform that action at this time.
0 commit comments