|
APM:Libraries
|
fifo (queue) buffer template class More...
#include <stdint.h>Go to the source code of this file.
Classes | |
| class | AP_Buffer< T, SIZE > |
Typedefs | |
| typedef AP_Buffer< float, 5 > | AP_BufferFloat_Size5 |
| typedef AP_Buffer< float, 15 > | AP_BufferFloat_Size15 |
fifo (queue) buffer template class
Definition in file AP_Buffer.h.
| typedef AP_Buffer<float,15> AP_BufferFloat_Size15 |
Definition at line 65 of file AP_Buffer.h.
| typedef AP_Buffer<float,5> AP_BufferFloat_Size5 |
Definition at line 64 of file AP_Buffer.h.
1.8.13