mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
Circular Buffer Unit Tests

Functions

 TEST_CASE ("creating a circular buffer with branching", "[sigproc::circularBuffer::circularBufferBranch]")
 TEST_CASE ("creating a circular buffer with indexing", "[sigproc::circularBuffer::circularBufferIndex]")

Function Documentation

◆ TEST_CASE() [1/2]

TEST_CASE ( "creating a circular buffer with branching" ,
"" [sigproc::circularBuffer::circularBufferBranch] )

◆ TEST_CASE() [2/2]

TEST_CASE ( "creating a circular buffer with indexing" ,
"" [sigproc::circularBuffer::circularBufferIndex] )

using a circular buffer with index-wrapping

Verify circular buffer operation with index-wrapping

Definition at line 111 of file circularBuffer_test.cpp.