56 QSCtr head_ = priv_.head;
57 QSCtr const end_ = priv_.end;
71 priv_.chksum = chksum_;
85 QSCtr head_ = priv_.head;
86 QSCtr const end_ = priv_.end;
92 }
const endian = { 1U };
97 if (endian.u8 == 0U) {
100 fu64.u[0] = fu64.u[1];
108 for (i = 4U; i != 0U; --i) {
114 for (i = 4U; i != 0U; --i) {
120 priv_.chksum = chksum_;
unsigned long int uint32_t
exact-width 32-bit unsigned int
unsigned char uint8_t
exact-width 8-bit unsigned int
unsigned int uint_fast8_t
fast at-least 8-bit unsigned int
static void f64_fmt_(std::uint8_t format, float64_t const d) noexcept
Output 64-bit floating point data element with format information.
static void f32_fmt_(std::uint8_t format, float32_t const d) noexcept
Output 32-bit floating point data element with format information.
namespace associated with the QP/C++ framework
std::uint_fast16_t QSCtr
QS ring buffer counter and offset type.
float float32_t
alias for 32-bit IEEE 754 floating point numbers
double float64_t
alias for 64-bit IEEE 754 floating point numbers
Internal (package scope) QS/C++ interface.
#define QS_INSERT_ESC_BYTE_(b_)
Internal QS macro to insert an escaped byte into the QS buffer.
QS/C++ port to a 32-bit CPU, generic compiler.