CbmRoot
|
#include <StsXyterMessage.h>
Public Member Functions | |
constexpr | MessField (uint16_t usPos, uint16_t usLen) |
Field length. | |
Public Attributes | |
uint16_t | fusPos |
uint16_t | fusLen |
Start bit index. | |
Constants and other auxiliary stuff Field full info object
Definition at line 27 of file StsXyterMessage.h.
|
inlineconstexpr |
Field length.
Definition at line 31 of file StsXyterMessage.h.
uint16_t stsxyter::MessField::fusLen |
Start bit index.
Definition at line 29 of file StsXyterMessage.h.
Referenced by stsxyter::Message::GetField(), stsxyter::Message::GetFieldBE(), and stsxyter::Message::SetField().
uint16_t stsxyter::MessField::fusPos |
Definition at line 28 of file StsXyterMessage.h.
Referenced by stsxyter::Message::GetBit(), stsxyter::Message::GetBitBE(), stsxyter::Message::GetField(), stsxyter::Message::GetFieldBE(), stsxyter::Message::GetFlag(), stsxyter::Message::SetBit(), and stsxyter::Message::SetField().