QP/C++
Variables
qs.cpp File Reference

QS internal variables definitions and core QS functions implementations. More...

#include "qs_pkg.h"

Go to the source code of this file.

Variables

uint8_tQS_ring_
 pointer to the start of the ring buffer
QSCtr QS_end_
 offset of the end of the ring buffer
QSCtr QS_head_
 offset to where next byte will be inserted
QSCtr QS_tail_
 offset of where next event will be extracted
QSCtr QS_used_
 number of bytes currently in the ring buffer
uint8_t QS_seq_
 the record sequence number
uint8_t QS_chksum_
 the checksum of the current record
uint8_t QS_full_
 the ring buffer is temporarily full

Detailed Description

QS internal variables definitions and core QS functions implementations.

Definition in file qs.cpp.