DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Struct OKS data information. More...
#include <object.hpp>
Public Types | |
typedef std::map< std::string, OksDataInfo * > | Map |
Declare map of pointers to OksDataInfo (unsorted by name) | |
Public Member Functions | |
OksDataInfo (size_t o, const OksAttribute *a) | |
Constructors. | |
OksDataInfo (size_t o, const OksRelationship *r) | |
Public Attributes | |
size_t | offset |
const OksAttribute * | attribute |
const OksRelationship * | relationship |
Struct OKS data information.
The struct OksDataInfo stores information about offset of attribute or relationship value (i.e. OksData) inside DATA array
Definition at line 342 of file object.hpp.
std::map<std::string, OksDataInfo *> dunedaq::oks::OksDataInfo::Map |
Declare map of pointers to OksDataInfo (unsorted by name)
Definition at line 346 of file object.hpp.
|
inline |
Constructors.
Definition at line 351 of file object.hpp.
|
inline |
Definition at line 352 of file object.hpp.
const OksAttribute* dunedaq::oks::OksDataInfo::attribute |
Definition at line 355 of file object.hpp.
size_t dunedaq::oks::OksDataInfo::offset |
Definition at line 354 of file object.hpp.
const OksRelationship* dunedaq::oks::OksDataInfo::relationship |
Definition at line 356 of file object.hpp.