APM:Libraries
|
A filter with a buffer. This is implemented separately to the base Filter class to get around restrictions caused by the use of templates which makes different sizes essentially completely different classes. More...
#include "FilterClass.h"
Go to the source code of this file.
Classes | |
class | FilterWithBuffer< T, FILTER_SIZE > |
A filter with a buffer. This is implemented separately to the base Filter class to get around restrictions caused by the use of templates which makes different sizes essentially completely different classes.
Definition in file FilterWithBuffer.h.
typedef FilterWithBuffer<int16_t,2> FilterWithBufferInt16_Size2 |
Definition at line 54 of file FilterWithBuffer.h.
typedef FilterWithBuffer<int16_t,3> FilterWithBufferInt16_Size3 |
Definition at line 55 of file FilterWithBuffer.h.
typedef FilterWithBuffer<int16_t,4> FilterWithBufferInt16_Size4 |
Definition at line 56 of file FilterWithBuffer.h.
typedef FilterWithBuffer<int16_t,5> FilterWithBufferInt16_Size5 |
Definition at line 57 of file FilterWithBuffer.h.
typedef FilterWithBuffer<int16_t,6> FilterWithBufferInt16_Size6 |
Definition at line 58 of file FilterWithBuffer.h.
typedef FilterWithBuffer<int16_t,7> FilterWithBufferInt16_Size7 |
Definition at line 59 of file FilterWithBuffer.h.
typedef FilterWithBuffer<int32_t,2> FilterWithBufferInt32_Size2 |
Definition at line 67 of file FilterWithBuffer.h.
typedef FilterWithBuffer<int32_t,3> FilterWithBufferInt32_Size3 |
Definition at line 68 of file FilterWithBuffer.h.
typedef FilterWithBuffer<int32_t,4> FilterWithBufferInt32_Size4 |
Definition at line 69 of file FilterWithBuffer.h.
typedef FilterWithBuffer<int32_t,5> FilterWithBufferInt32_Size5 |
Definition at line 70 of file FilterWithBuffer.h.
typedef FilterWithBuffer<int32_t,6> FilterWithBufferInt32_Size6 |
Definition at line 71 of file FilterWithBuffer.h.
typedef FilterWithBuffer<int32_t,7> FilterWithBufferInt32_Size7 |
Definition at line 72 of file FilterWithBuffer.h.
typedef FilterWithBuffer<uint16_t,2> FilterWithBufferUInt16_Size2 |
Definition at line 60 of file FilterWithBuffer.h.
typedef FilterWithBuffer<uint16_t,3> FilterWithBufferUInt16_Size3 |
Definition at line 61 of file FilterWithBuffer.h.
typedef FilterWithBuffer<uint16_t,4> FilterWithBufferUInt16_Size4 |
Definition at line 62 of file FilterWithBuffer.h.
typedef FilterWithBuffer<uint16_t,5> FilterWithBufferUInt16_Size5 |
Definition at line 63 of file FilterWithBuffer.h.
typedef FilterWithBuffer<uint16_t,6> FilterWithBufferUInt16_Size6 |
Definition at line 64 of file FilterWithBuffer.h.
typedef FilterWithBuffer<uint16_t,7> FilterWithBufferUInt16_Size7 |
Definition at line 65 of file FilterWithBuffer.h.
typedef FilterWithBuffer<uint32_t,2> FilterWithBufferUInt32_Size2 |
Definition at line 73 of file FilterWithBuffer.h.
typedef FilterWithBuffer<uint32_t,3> FilterWithBufferUInt32_Size3 |
Definition at line 74 of file FilterWithBuffer.h.
typedef FilterWithBuffer<uint32_t,4> FilterWithBufferUInt32_Size4 |
Definition at line 75 of file FilterWithBuffer.h.
typedef FilterWithBuffer<uint32_t,5> FilterWithBufferUInt32_Size5 |
Definition at line 76 of file FilterWithBuffer.h.
typedef FilterWithBuffer<uint32_t,6> FilterWithBufferUInt32_Size6 |
Definition at line 77 of file FilterWithBuffer.h.
typedef FilterWithBuffer<uint32_t,7> FilterWithBufferUInt32_Size7 |
Definition at line 78 of file FilterWithBuffer.h.