|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Tests circular-buffer wrapping and indexing. More...
Tests circular-buffer wrapping and indexing.
Definition in file circularBuffer_test.cpp.
#include "../../catch2/catch.hpp"#include <vector>#include <Eigen/Dense>#include "../../../include/sigproc/circularBuffer.hpp"Go to the source code of this file.
Functions | |
| TEST_CASE ("creating a circular buffer with branching", "[sigproc::circularBuffer::circularBufferBranch]") | |
| TEST_CASE ("creating a circular buffer with indexing", "[sigproc::circularBuffer::circularBufferIndex]") | |