gstreamer
Loading...
Searching...
No Matches
gstreamerCSVFactory.cc
Go to the documentation of this file.
1
// gstreamer
2
#include "
gstreamerCSVFactory.h
"
3
4
// Non-Doxygen implementation file: behavior is documented in the header.
5
6
// tells the DLL how to create a GStreamerFactory in each plugin .so/.dylib
7
extern
"C"
GStreamer
*
GStreamerFactory
(
const
std::shared_ptr<GOptions>& g) {
8
return
static_cast<
GStreamer
*
>
(
new
GstreamerCsvFactory
(g));
9
}
GStreamer
Abstract base class for streaming GEMC event or frame data to output media.
Definition
gstreamer.h:66
GstreamerCsvFactory
CSV gstreamer plugin writing flattened per-hit rows for true and digitized data.
Definition
gstreamerCSVFactory.h:27
GStreamerFactory
GStreamer * GStreamerFactory(const std::shared_ptr< GOptions > &g)
Definition
gstreamerCSVFactory.cc:7
gstreamerCSVFactory.h
factories
CSV
gstreamerCSVFactory.cc
Generated by
1.10.0