APM:Libraries
Classes | Typedefs
FilterWithBuffer.h File Reference

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"
Include dependency graph for FilterWithBuffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FilterWithBuffer< T, FILTER_SIZE >
 

Typedefs

typedef FilterWithBuffer< int16_t, 2 > FilterWithBufferInt16_Size2
 
typedef FilterWithBuffer< int16_t, 3 > FilterWithBufferInt16_Size3
 
typedef FilterWithBuffer< int16_t, 4 > FilterWithBufferInt16_Size4
 
typedef FilterWithBuffer< int16_t, 5 > FilterWithBufferInt16_Size5
 
typedef FilterWithBuffer< int16_t, 6 > FilterWithBufferInt16_Size6
 
typedef FilterWithBuffer< int16_t, 7 > FilterWithBufferInt16_Size7
 
typedef FilterWithBuffer< uint16_t, 2 > FilterWithBufferUInt16_Size2
 
typedef FilterWithBuffer< uint16_t, 3 > FilterWithBufferUInt16_Size3
 
typedef FilterWithBuffer< uint16_t, 4 > FilterWithBufferUInt16_Size4
 
typedef FilterWithBuffer< uint16_t, 5 > FilterWithBufferUInt16_Size5
 
typedef FilterWithBuffer< uint16_t, 6 > FilterWithBufferUInt16_Size6
 
typedef FilterWithBuffer< uint16_t, 7 > FilterWithBufferUInt16_Size7
 
typedef FilterWithBuffer< int32_t, 2 > FilterWithBufferInt32_Size2
 
typedef FilterWithBuffer< int32_t, 3 > FilterWithBufferInt32_Size3
 
typedef FilterWithBuffer< int32_t, 4 > FilterWithBufferInt32_Size4
 
typedef FilterWithBuffer< int32_t, 5 > FilterWithBufferInt32_Size5
 
typedef FilterWithBuffer< int32_t, 6 > FilterWithBufferInt32_Size6
 
typedef FilterWithBuffer< int32_t, 7 > FilterWithBufferInt32_Size7
 
typedef FilterWithBuffer< uint32_t, 2 > FilterWithBufferUInt32_Size2
 
typedef FilterWithBuffer< uint32_t, 3 > FilterWithBufferUInt32_Size3
 
typedef FilterWithBuffer< uint32_t, 4 > FilterWithBufferUInt32_Size4
 
typedef FilterWithBuffer< uint32_t, 5 > FilterWithBufferUInt32_Size5
 
typedef FilterWithBuffer< uint32_t, 6 > FilterWithBufferUInt32_Size6
 
typedef FilterWithBuffer< uint32_t, 7 > FilterWithBufferUInt32_Size7
 

Detailed Description

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 Documentation

◆ FilterWithBufferInt16_Size2

Definition at line 54 of file FilterWithBuffer.h.

◆ FilterWithBufferInt16_Size3

Definition at line 55 of file FilterWithBuffer.h.

◆ FilterWithBufferInt16_Size4

Definition at line 56 of file FilterWithBuffer.h.

◆ FilterWithBufferInt16_Size5

Definition at line 57 of file FilterWithBuffer.h.

◆ FilterWithBufferInt16_Size6

Definition at line 58 of file FilterWithBuffer.h.

◆ FilterWithBufferInt16_Size7

Definition at line 59 of file FilterWithBuffer.h.

◆ FilterWithBufferInt32_Size2

Definition at line 67 of file FilterWithBuffer.h.

◆ FilterWithBufferInt32_Size3

Definition at line 68 of file FilterWithBuffer.h.

◆ FilterWithBufferInt32_Size4

Definition at line 69 of file FilterWithBuffer.h.

◆ FilterWithBufferInt32_Size5

Definition at line 70 of file FilterWithBuffer.h.

◆ FilterWithBufferInt32_Size6

Definition at line 71 of file FilterWithBuffer.h.

◆ FilterWithBufferInt32_Size7

Definition at line 72 of file FilterWithBuffer.h.

◆ FilterWithBufferUInt16_Size2

Definition at line 60 of file FilterWithBuffer.h.

◆ FilterWithBufferUInt16_Size3

Definition at line 61 of file FilterWithBuffer.h.

◆ FilterWithBufferUInt16_Size4

Definition at line 62 of file FilterWithBuffer.h.

◆ FilterWithBufferUInt16_Size5

Definition at line 63 of file FilterWithBuffer.h.

◆ FilterWithBufferUInt16_Size6

Definition at line 64 of file FilterWithBuffer.h.

◆ FilterWithBufferUInt16_Size7

Definition at line 65 of file FilterWithBuffer.h.

◆ FilterWithBufferUInt32_Size2

Definition at line 73 of file FilterWithBuffer.h.

◆ FilterWithBufferUInt32_Size3

Definition at line 74 of file FilterWithBuffer.h.

◆ FilterWithBufferUInt32_Size4

Definition at line 75 of file FilterWithBuffer.h.

◆ FilterWithBufferUInt32_Size5

Definition at line 76 of file FilterWithBuffer.h.

◆ FilterWithBufferUInt32_Size6

Definition at line 77 of file FilterWithBuffer.h.

◆ FilterWithBufferUInt32_Size7

Definition at line 78 of file FilterWithBuffer.h.