gstreamer
Loading...
Searching...
No Matches
eventHeader.cc
Go to the documentation of this file.
1
// gstreamer
2
#include "
gstreamerCSVFactory.h
"
3
4
// Implementation summary:
5
// Cache event-header values so later publish steps can flatten them into CSV rows.
6
7
bool
GstreamerCsvFactory::publishEventHeaderImpl([[maybe_unused]]
const
std::unique_ptr<GEventHeader>& gevent_header) {
8
timestamp = gevent_header->getTimeStamp();
9
thread_id = gevent_header->getThreadID();
10
11
return
true
;
12
}
gstreamerCSVFactory.h
CSV streamer plugin declarations.
factories
CSV
event
eventHeader.cc
Generated by
1.10.0