UnitSequential
UnitSequential
Section titled “UnitSequential”#include <sbio/core/access_style.hh>template<FormatTraits FTraits>class UnitSequentialDefined in src/lib/sbio/core/access_style.hh:125
Read a single unit. This will check a header and payload for you.
List of all members
Section titled “List of all members”| 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 |
Inherited from IAccessStyle
Section titled “Inherited from IAccessStyle”| Kind | Name | Description |
|---|---|---|
function |
initialize inline |
|
function |
read inline |
|
variable |
Type static constexpr |
Public Methods
Section titled “Public Methods”| 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
Public Static Attributes
Section titled “Public Static Attributes”| Return | Name | Description |
|---|---|---|
constexpr AccessType |
Type static constexpr |
static constexpr
constexpr AccessType Type =Defined in src/lib/sbio/core/access_style.hh:127
Private Attributes
Section titled “Private Attributes”| Return | Name | Description |
|---|---|---|
std::size_t |
m_offset |
m_offset
Section titled “m_offset”std::size_t m_offsetDefined in src/lib/sbio/core/access_style.hh:154