|
gstreamer
|
An implementation-produced frame, transferred by move to the output sink. More...
#include <gSROData.h>
Data Fields | |
| GSROCrateId | crate_id |
| std::uint64_t | frame_id |
| GSROTime | begin |
| GSROTime | end |
| std::unique_ptr< const GSROData > | data |
The implementation chooses frame IDs and intervals [begin, end), with begin < end. data must be non-null. Contents may be typed electronics records or already encoded bytes. Completeness, partial-frame flags, and encoding are implementation policy; the framework does not infer them from the interval.
Definition at line 73 of file gSROData.h.
| GSROTime GSROFrame::begin |
Definition at line 77 of file gSROData.h.
| GSROCrateId GSROFrame::crate_id |
Definition at line 75 of file gSROData.h.
| std::unique_ptr<const GSROData> GSROFrame::data |
Definition at line 79 of file gSROData.h.
| GSROTime GSROFrame::end |
Definition at line 78 of file gSROData.h.
| std::uint64_t GSROFrame::frame_id |
Definition at line 76 of file gSROData.h.