#include <atomic_reqresp.h>
|
| | atomic_reqresp (char _size, std::atomic_char *_writePos, void *_list) |
| |
| void | push (int value) |
| |
| template<bool waitForResponse = false> |
| element * | pop () |
| |
◆ atomic_reqresp()
| atomic_reqresp::atomic_reqresp |
( |
char |
_size, |
|
|
std::atomic_char * |
_writePos, |
|
|
void * |
_list |
|
) |
| |
|
inline |
◆ pop()
template<bool waitForResponse = false>
◆ push()
| void atomic_reqresp::push |
( |
int |
value | ) |
|
|
inline |
◆ missed
| unsigned atomic_reqresp::missed = 0 |
◆ readPos
| unsigned char atomic_reqresp::readPos = 0 |
The documentation for this class was generated from the following file: