We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60a1fdf + 3ab7337 commit 4e04c67Copy full SHA for 4e04c67
1 file changed
gemc/gstreamer/factories/CSV/gstreamerCSVFactory.h
@@ -262,11 +262,11 @@ class GstreamerCsvFactory : public GStreamer
262
std::string timestamp;
263
264
/// \brief Cached event number copied at the start of the most recent event publish cycle.
265
- int event_number;
+ int event_number = -1;
266
267
/// \brief Cached run number copied at the start of the most recent run publish cycle.
268
- int runId;
+ int runId = -1;
269
270
/// \brief Cached thread id copied from the most recent event header.
271
- int thread_id;
+ int thread_id = -1;
272
};
0 commit comments