|
Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
#include <iostream>#include <cassert>#include <cinttypes>#include <cstring>#include <memory>#include <thread>#include <pthread.h>#include <catch2/catch_amalgamated.hpp>#include <jau/test/catch2_ext.hpp>#include <jau/ringbuffer.hpp>Go to the source code of this file.
Classes | |
| class | TestRingbuffer11 |
Macros | |
| #define | CATCH_CONFIG_MAIN |
Typedefs | |
| typedef uint8_t | IntegralType |
| typedef uint8_t | TrivialType |
| typedef ringbuffer< TrivialType, TrivialType, jau::nsize_t > | TrivialTypeRingbuffer |
Functions | |
| constexpr const TrivialType | TrivialTypeNullElem (0xff) |
| METHOD_AS_TEST_CASE (TestRingbuffer11::test_sequential, "Test TestRingbuffer 11- test_sequential") | |
| METHOD_AS_TEST_CASE (TestRingbuffer11::test_range, "Test TestRingbuffer 11- test_range") | |
Variables | |
| constexpr static const IntegralType | integral_modulus = 254 |
| #define CATCH_CONFIG_MAIN |
Definition at line 33 of file test_lfringbuffer11.cpp.
| typedef uint8_t IntegralType |
Definition at line 40 of file test_lfringbuffer11.cpp.
| typedef uint8_t TrivialType |
Definition at line 41 of file test_lfringbuffer11.cpp.
Definition at line 43 of file test_lfringbuffer11.cpp.
| 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 |
|
staticconstexpr |
Definition at line 45 of file test_lfringbuffer11.cpp.
1.8.18