Skip to content

UnitSequential

#include <sbio/core/access_style.hh>
template<FormatTraits FTraits>
class UnitSequential

Defined in src/lib/sbio/core/access_style.hh:125

Inherits: IAccessStyle< UnitSequential< FTraits > >

Read a single unit. This will check a header and payload for you.

Name Kind Owner
read function Declared here
Type variable Declared here
m_offset variable Declared here
initialize function Inherited from IAccessStyle
read function Inherited from IAccessStyle
Type variable Inherited from IAccessStyle
Kind Name Description
function initialize inline
function read inline
variable Type static constexpr
Return Name Description
SBIO_HDIOStatus read inline

inline

template<typename StreamType> inline SBIO_HDIOStatus read(StreamType & channel, const ReadRequest & req)

Defined in src/lib/sbio/core/access_style.hh:135

Return Name Description
constexpr AccessType Type static constexpr

static constexpr

constexpr AccessType Type =

Defined in src/lib/sbio/core/access_style.hh:127

Return Name Description
std::size_t m_offset

std::size_t m_offset

Defined in src/lib/sbio/core/access_style.hh:154