![]() |
Project
|
Public Types | |
using | MessageSet = std::vector< std::unique_ptr< std::vector< char > > > |
using | TaggedSet = std::pair< o2::header::DataOrigin, MessageSet > |
using | Messages = std::vector< TaggedSet > |
using | CheckType = std::vector< std::string > |
Public Member Functions | |
DataSet (std::vector< InputRoute > &&s, Messages &&m, CheckType &&v, ServiceRegistryRef registry) | |
Public Attributes | |
std::vector< InputRoute > | schema |
Messages | messages |
InputSpan | span |
InputRecord | record |
CheckType | values |
Definition at line 31 of file test_InputRecordWalker.cxx.
using DataSet::CheckType = std::vector<std::string> |
Definition at line 36 of file test_InputRecordWalker.cxx.
using DataSet::Messages = std::vector<TaggedSet> |
Definition at line 35 of file test_InputRecordWalker.cxx.
using DataSet::MessageSet = std::vector<std::unique_ptr<std::vector<char> >> |
Definition at line 33 of file test_InputRecordWalker.cxx.
using DataSet::TaggedSet = std::pair<o2::header::DataOrigin, MessageSet> |
Definition at line 34 of file test_InputRecordWalker.cxx.
|
inline |
Definition at line 37 of file test_InputRecordWalker.cxx.
Messages DataSet::messages |
Definition at line 53 of file test_InputRecordWalker.cxx.
InputRecord DataSet::record |
Definition at line 55 of file test_InputRecordWalker.cxx.
std::vector<InputRoute> DataSet::schema |
Definition at line 52 of file test_InputRecordWalker.cxx.
InputSpan DataSet::span |
Definition at line 54 of file test_InputRecordWalker.cxx.
CheckType DataSet::values |
Definition at line 56 of file test_InputRecordWalker.cxx.