Skip to content

DataResult

#include <sbio/core/result.hh>
struct DataResult

Defined in src/lib/sbio/core/result.hh:68

A result returned from a request to a single StreamBroker.

Name Kind Owner
data variable Declared here
size variable Declared here
rank variable Declared here
shape variable Declared here
dtype variable Declared here
Return Name Description
const void * data
hd_std::size_t size
hd_std::uint16_t rank
hd_std::array< hd_std::uint32_t, SBIO_MAX_NDIM > shape
ncarray::DType dtype

const void * data { nullptr }

Defined in src/lib/sbio/core/result.hh:69


hd_std::size_t size { 0 }

Defined in src/lib/sbio/core/result.hh:70


hd_std::uint16_t rank { 0 }

Defined in src/lib/sbio/core/result.hh:71


hd_std::array< hd_std::uint32_t, SBIO_MAX_NDIM > shape {}

Defined in src/lib/sbio/core/result.hh:72


ncarray::DType dtype { ncarray::DType::uint8 }

Defined in src/lib/sbio/core/result.hh:73