BrokerGroupWrapper
BrokerGroupWrapper
Section titled “BrokerGroupWrapper”#include <pysbio/pybroker_group.hh>struct BrokerGroupWrapperDefined in src/lib/pysbio/pybroker_group.hh:149
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
grp |
variable |
Declared here |
detector_type |
variable |
Declared here |
serial_number |
variable |
Declared here |
BrokerGroupWrapper |
function |
Declared here |
get_detector_type |
function |
Declared here |
get_serial_number |
function |
Declared here |
get_data |
function |
Declared here |
get_multi_data |
function |
Declared here |
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
BrokerGroupV |
grp |
|
std::string |
detector_type |
|
std::string |
serial_number |
BrokerGroupV grpDefined in src/lib/pysbio/pybroker_group.hh:165
detector_type
Section titled “detector_type”std::string detector_typeDefined in src/lib/pysbio/pybroker_group.hh:166
serial_number
Section titled “serial_number”std::string serial_numberDefined in src/lib/pysbio/pybroker_group.hh:167
Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
BrokerGroupWrapper inline |
||
const std::string & |
get_detector_type const inline |
|
const std::string & |
get_serial_number const inline |
|
ncarray::SOViewFor< ncarray::HostTag > |
get_data |
|
ncarray::SOViewFor< ncarray::HostTag > |
get_multi_data |
BrokerGroupWrapper
Section titled “BrokerGroupWrapper”inline
inline BrokerGroupWrapper(BrokerGroupV g)Defined in src/lib/pysbio/pybroker_group.hh:150
get_detector_type
Section titled “get_detector_type”const inline
inline const std::string & get_detector_type() constDefined in src/lib/pysbio/pybroker_group.hh:154
get_serial_number
Section titled “get_serial_number”const inline
inline const std::string & get_serial_number() constDefined in src/lib/pysbio/pybroker_group.hh:155
get_data
Section titled “get_data”ncarray::SOViewFor< ncarray::HostTag > get_data(std::size_t step, const char * alg, const char * field)Defined in src/lib/pysbio/pybroker_group.hh:157
get_multi_data
Section titled “get_multi_data”ncarray::SOViewFor< ncarray::HostTag > get_multi_data(std::initializer_list< std::size_t > steps, const char * alg, const char * field)Defined in src/lib/pysbio/pybroker_group.hh:161