2
3
4
5
6
7
8
9
10
11
12
14#ifndef GIMBAL_RING_BUFFER_H
15#define GIMBAL_RING_BUFFER_H
17#include "../core/gimbal_typedefs.h"
18#include "../core/gimbal_ctx.h"
21#define GBL_SELF_TYPE GblRingBuffer
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
67 const void* pInitialData,
#define GBL_PRIVATE_BEGIN
#define GBL_PRIVATE_END
Private data structure.
#define GBL_VA_OVERLOAD_CALL(BASE, SUFFIXER,...)
#define GBL_VA_OVERLOAD_SUFFIXER_ARGC(...)
#define GblRingBuffer_construct(...)
uint8_t GblBool
Basic boolean type, standardized to sizeof(char)
Contiguous, array-based circular/ring buffer with queue semantics.