47TEST_CASE(
"TestRingbuffer_A_01_a<Integral_type=uint8_t, Value_type=uint8_t, Size_type=jau::nsize_t, exp_memmove=true, exp_memcpy=true, exp_secmem=false>",
"[ringbuffer_A_01a]" ) {
49 true ,
true ,
false >();
52TEST_CASE(
"TestRingbuffer_A_01_b<Integral_type=uint8_t, Value_type=uint8_t, Size_type=jau::nsize_t, exp_memmove=true, exp_memcpy=true, exp_secmem=true>",
"[ringbuffer_A_01b]" ) {
55 true ,
true ,
true >();
58TEST_CASE(
"TestRingbuffer_A_01_c<Integral_type=uint8_t, Value_type=uint8_t, Size_type=jau::nsize_t, exp_memmove=false, exp_memcpy=false, exp_secmem=true>",
"[ringbuffer_A_01c]" ) {
60 false ,
false ,
true ,
61 false ,
false ,
true >();
uint_bytes_t< sizeof(unsigned long int)> nsize_t
Natural 'size_t' alternative using uint<XX>_t with xx = sizeof(unsigned long int)*8 as its natural si...
__pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros.
Value_type createValue(const Integral_type &v)
Integral_type getValue(const Value_type &e)
TEST_CASE("TestRingbuffer_A_01_a<Integral_type=uint8_t, Value_type=uint8_t, Size_type=jau::nsize_t, exp_memmove=true, exp_memcpy=true, exp_secmem=false>", "[ringbuffer_A_01a]")
void PerformRingbufferTests()