Skip to content

XtcFieldDescr

#include <sbio/formats/xtc1/xtc1.hh>
struct XtcFieldDescr

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:996

Name Kind Owner
rank variable Declared here
dtype variable Declared here
field_idx variable Declared here
is_config variable Declared here
not_is_bld variable Declared here
evt_type_id variable Declared here
name variable Declared here
XtcFieldDescr function Declared here
Return Name Description
std::uint32_t rank
XTC1::DType dtype
std::uint32_t field_idx
bool is_config
bool not_is_bld
std::uint32_t evt_type_id ALREADY FORGOT WHAT I WAS GOING TO DO HERE!!! TODO: FIX THIS.
char name

std::uint32_t rank

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:1013


XTC1::DType dtype

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:1014


std::uint32_t field_idx

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:1015


bool is_config

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:1016


bool not_is_bld

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:1017


std::uint32_t evt_type_id { 0 }

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:1018

ALREADY FORGOT WHAT I WAS GOING TO DO HERE!!! TODO: FIX THIS.


char name {}

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:1019

Return Name Description
XtcFieldDescr inline

inline

inline XtcFieldDescr(const char * name_, std::uint32_t rank_, XTC1::DType dtype_, std::uint32_t field_idx_ = 0, bool is_config_ = false, bool not_is_bld_ = false, std::uint32_t evt_type_id_ = 0)

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:997