XtcFieldDescr
XtcFieldDescr
Section titled “XtcFieldDescr”#include <sbio/formats/xtc1/xtc1.hh>struct XtcFieldDescrDefined in src/lib/sbio/formats/xtc1/xtc1.hh:996
List of all members
Section titled “List of all members”| 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 |
Public Attributes
Section titled “Public Attributes”| 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 rankDefined in src/lib/sbio/formats/xtc1/xtc1.hh:1013
XTC1::DType dtypeDefined in src/lib/sbio/formats/xtc1/xtc1.hh:1014
field_idx
Section titled “field_idx”std::uint32_t field_idxDefined in src/lib/sbio/formats/xtc1/xtc1.hh:1015
is_config
Section titled “is_config”bool is_configDefined in src/lib/sbio/formats/xtc1/xtc1.hh:1016
not_is_bld
Section titled “not_is_bld”bool not_is_bldDefined in src/lib/sbio/formats/xtc1/xtc1.hh:1017
evt_type_id
Section titled “evt_type_id”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
Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
XtcFieldDescr inline |
XtcFieldDescr
Section titled “XtcFieldDescr”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