Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <memory>
#include <thread>
#include <pthread.h>
#include <jau/test/catch2_ext.hpp>
#include <jau/ringbuffer.hpp>
Go to the source code of this file.
Classes | |
class | TestRingbuffer11 |
Typedefs | |
typedef uint8_t | IntegralType |
typedef uint8_t | TrivialType |
typedef ringbuffer< TrivialType, jau::nsize_t > | TrivialTypeRingbuffer |
Functions | |
METHOD_AS_TEST_CASE (TestRingbuffer11::test_range, "Test TestRingbuffer 11- test_range") | |
METHOD_AS_TEST_CASE (TestRingbuffer11::test_sequential, "Test TestRingbuffer 11- test_sequential") | |
constexpr const TrivialType | TrivialTypeNullElem (0xff) |
Variables | |
static constexpr const IntegralType | integral_modulus = 254 |
typedef uint8_t IntegralType |
Definition at line 38 of file test_lfringbuffer11.cpp.
typedef uint8_t TrivialType |
Definition at line 39 of file test_lfringbuffer11.cpp.
Definition at line 41 of file test_lfringbuffer11.cpp.
|
constexpr |
METHOD_AS_TEST_CASE | ( | TestRingbuffer11::test_sequential | , |
"Test TestRingbuffer 11- test_sequential" | |||
) |
METHOD_AS_TEST_CASE | ( | TestRingbuffer11::test_range | , |
"Test TestRingbuffer 11- test_range" | |||
) |
|
staticconstexpr |
Definition at line 43 of file test_lfringbuffer11.cpp.