gstreamer
Loading...
Searching...
No Matches
eventHeader.cc
Go to the documentation of this file.
1// gstreamer
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.
6bool 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}