|
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 | Integer |
| class | TestRingbuffer13 |
Macros | |
| #define | CATCH_CONFIG_MAIN |
Typedefs | |
| typedef jau::snsize_t | IntegralType |
| typedef std::shared_ptr< Integer > | SharedType |
| typedef ringbuffer< SharedType, std::nullptr_t, jau::nsize_t > | SharedTypeRingbuffer |
Functions | |
| METHOD_AS_TEST_CASE (TestRingbuffer13::test_sequential, "Test TestRingbuffer 13- test_sequential") | |
| METHOD_AS_TEST_CASE (TestRingbuffer13::test_range, "Test TestRingbuffer 13- test_range") | |
Variables | |
| std::shared_ptr< Integer > | NullInteger = nullptr |
| constexpr const std::nullptr_t | SharedTypeNullElem = nullptr |
| #define CATCH_CONFIG_MAIN |
Definition at line 33 of file test_lfringbuffer13.cpp.
| typedef jau::snsize_t IntegralType |
Definition at line 40 of file test_lfringbuffer13.cpp.
| typedef std::shared_ptr<Integer> SharedType |
Definition at line 62 of file test_lfringbuffer13.cpp.
| typedef ringbuffer<SharedType, std::nullptr_t, jau::nsize_t> SharedTypeRingbuffer |
Definition at line 64 of file test_lfringbuffer13.cpp.
| METHOD_AS_TEST_CASE | ( | TestRingbuffer13::test_range | , |
| "Test TestRingbuffer 13- test_range" | |||
| ) |
| METHOD_AS_TEST_CASE | ( | TestRingbuffer13::test_sequential | , |
| "Test TestRingbuffer 13- test_sequential" | |||
| ) |
| std::shared_ptr<Integer> NullInteger = nullptr |
Definition at line 60 of file test_lfringbuffer13.cpp.
|
constexpr |
Definition at line 63 of file test_lfringbuffer13.cpp.
1.8.18