Linux Face / QPFramework
Embed: (wiki syntax)

« Back to documentation index

qs.cpp File Reference

qs.cpp File Reference

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

Go to the source code of this file.

Variables

uint8_t * QS_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.


Variable Documentation

uint8_t QS_chksum_

the checksum of the current record

Definition at line 45 of file qs.cpp.

offset of the end of the ring buffer

Definition at line 40 of file qs.cpp.

uint8_t QS_full_

the ring buffer is temporarily full

Definition at line 46 of file qs.cpp.

offset to where next byte will be inserted

Definition at line 41 of file qs.cpp.

uint8_t* QS_ring_

pointer to the start of the ring buffer

Definition at line 39 of file qs.cpp.

uint8_t QS_seq_

the record sequence number

Definition at line 44 of file qs.cpp.

offset of where next event will be extracted

Definition at line 42 of file qs.cpp.

number of bytes currently in the ring buffer

Definition at line 43 of file qs.cpp.