gstreamer
Loading...
Searching...
No Matches
eventHeader.cc
Go to the documentation of this file.
1
// gstreamer
2
#include "
gstreamerCSVFactory.h
"
3
4
// using \n instead of endl so flushing isn't forced at each line
5
// Non-Doxygen implementation file: behavior is documented in the header.
6
bool
GstreamerCsvFactory::publishEventHeaderImpl([[maybe_unused]]
const
std::unique_ptr<GEventHeader>& gevent_header) {
7
// Saving header vars so we can flatten them in the publish routines.
8
timestamp = gevent_header->getTimeStamp();
9
thread_id = gevent_header->getThreadID();
10
11
return
true
;
12
}
gstreamerCSVFactory.h
factories
CSV
event
eventHeader.cc
Generated by
1.10.0