Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Typedefs | Functions
test_lfringbuffer04.cpp File Reference
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <memory>
#include <jau/ringbuffer.hpp>
#include "test_lfringbuffer_a.hpp"
Include dependency graph for test_lfringbuffer04.cpp:

Go to the source code of this file.

Typedefs

typedef jau::snsize_t Integral_type
 
typedef std::array< Integral_type, 6 > Value_type
 

Functions

template<>
Value_type createValue (const Integral_type &v)
 
template<>
Value_type getDefault ()
 
template<>
Integral_type getValue (const Value_type &e)
 
 TEST_CASE ("TestRingbuffer_A_04_a<Integral_type=jau::snsize_t, Value_type=array<jau::snsize_t, 6>, Size_type=jau::nsize_t, exp_memmove=true, exp_memcpy=true, exp_secmem=false>", "[ringbuffer]")
 
 TEST_CASE ("TestRingbuffer_A_04_b<Integral_type=jau::snsize_t, Value_type=array<jau::snsize_t, 6>, Size_type=jau::nsize_t, exp_memmove=true, exp_memcpy=true, exp_secmem=true>", "[ringbuffer]")
 
 TEST_CASE ("TestRingbuffer_A_04_c<Integral_type=jau::snsize_t, Value_type=array<jau::snsize_t, 6>, Size_type=jau::nsize_t, exp_memmove=false, exp_memcpy=false, exp_secmem=true>", "[ringbuffer]")
 

Typedef Documentation

◆ Integral_type

Definition at line 35 of file test_lfringbuffer04.cpp.

◆ Value_type

typedef std::array<Integral_type, 6> Value_type

Definition at line 37 of file test_lfringbuffer04.cpp.

Function Documentation

◆ getDefault()

template<>
Value_type getDefault ( )

Definition at line 40 of file test_lfringbuffer04.cpp.

◆ createValue()

template<>
Value_type createValue ( const Integral_type v)

Definition at line 43 of file test_lfringbuffer04.cpp.

◆ getValue()

template<>
Integral_type getValue ( const Value_type e)

Definition at line 46 of file test_lfringbuffer04.cpp.

◆ TEST_CASE() [1/3]

TEST_CASE ( "TestRingbuffer_A_04_a<Integral_type=jau::snsize_t, Value_type=array<jau::snsize_t, 6>, Size_type=jau::nsize_t, exp_memmove=true, exp_memcpy=true, exp_secmem=false>"  ,
""  [ringbuffer] 
)

Definition at line 48 of file test_lfringbuffer04.cpp.

◆ TEST_CASE() [2/3]

TEST_CASE ( "TestRingbuffer_A_04_b<Integral_type=jau::snsize_t, Value_type=array<jau::snsize_t, 6>, Size_type=jau::nsize_t, exp_memmove=true, exp_memcpy=true, exp_secmem=true>"  ,
""  [ringbuffer] 
)

Definition at line 53 of file test_lfringbuffer04.cpp.

◆ TEST_CASE() [3/3]

TEST_CASE ( "TestRingbuffer_A_04_c<Integral_type=jau::snsize_t, Value_type=array<jau::snsize_t, 6>, Size_type=jau::nsize_t, exp_memmove=false, exp_memcpy=false, exp_secmem=true>"  ,
""  [ringbuffer] 
)

Definition at line 59 of file test_lfringbuffer04.cpp.