|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Functions | |
| TEST_CASE ("creating a circular buffer with branching", "[sigproc::circularBuffer::circularBufferBranch]") | |
| TEST_CASE ("creating a circular buffer with indexing", "[sigproc::circularBuffer::circularBufferIndex]") | |
| TEST_CASE | ( | "creating a circular buffer with branching" | , |
| "" | [sigproc::circularBuffer::circularBufferBranch] ) |
using a circular buffer with branch-wrapping
Verify circular buffer operation with branch-wrapping
Definition at line 21 of file circularBuffer_test.cpp.
References mx::sigproc::circularBufferBranch< _storedT, _indexT >::at(), mx::sigproc::circularBufferBase< _derivedT, _storedT, _indexT >::earliest(), mx::sigproc::circularBufferBase< _derivedT, _storedT, _indexT >::latest(), mx::sigproc::circularBufferBase< _derivedT, _storedT, _indexT >::maxEntries(), and mx::sigproc::circularBufferBase< _derivedT, _storedT, _indexT >::nextEntry().
| 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.