Skip to content

BrokerGroupWrapper

#include <pysbio/pybroker_group.hh>
struct BrokerGroupWrapper

Defined in src/lib/pysbio/pybroker_group.hh:149

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
Return Name Description
BrokerGroupV grp
std::string detector_type
std::string serial_number

BrokerGroupV grp

Defined in src/lib/pysbio/pybroker_group.hh:165


std::string detector_type

Defined in src/lib/pysbio/pybroker_group.hh:166


std::string serial_number

Defined in src/lib/pysbio/pybroker_group.hh:167

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

inline

inline BrokerGroupWrapper(BrokerGroupV g)

Defined in src/lib/pysbio/pybroker_group.hh:150


const inline

inline const std::string & get_detector_type() const

Defined in src/lib/pysbio/pybroker_group.hh:154


const inline

inline const std::string & get_serial_number() const

Defined in src/lib/pysbio/pybroker_group.hh:155


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


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