Jonathan Challinger
|
1c75ce88f2
|
AP_Buffer: change pop_front to return a bool if successful
|
10 years ago |
Jonathan Challinger
|
ceef10cc41
|
AP_Buffer: Add peek_mutable function allowing in-place modification of buffered objects
|
10 years ago |
Jonathan Challinger
|
630a87d9a9
|
AP_Buffer: remove scalar assignment so that non-scalars can be buffered
|
10 years ago |
Tobias
|
0b181dd995
|
AP_Buffer: remove header/source separation to allow arbitrary template
parameters without explicit instantiation in the cpp file.
http://stackoverflow.com/questions/495021/why-can-templates-only-be-implemented-in-the-header-file
|
11 years ago |
Tobias
|
dc62398821
|
AP_Buffer: add comments and rename functions to conform with the
STL-container naming conventions
Comment format changes by Randy
|
11 years ago |
Andrew Tridgell
|
918a3d46f5
|
AP_Buffer: fixed indent-tabs-mode
|
12 years ago |
Andrew Tridgell
|
dcc3873056
|
AP_Buffer: remove bool return from add() method
|
12 years ago |
Andrew Tridgell
|
bad478134d
|
AP_Buffer: instantiate as a .cpp file, and optimise for const usage
|
12 years ago |
Pat Hickey
|
e787b5ccd9
|
AP_Buffer: ported to AP_HAL
|
12 years ago |
rmackay9
|
a84d9110bd
|
AP_Buffer: add size 5 float fifo buffer to predeclared types
|
12 years ago |
rmackay9
|
06d1c6b0c1
|
AP_Buffer: bug fix to allow buffer to completely fill up.
Also removed redundant _tail parameter which saves 1 byte.
|
12 years ago |
rmackay9
|
48f1955f8e
|
AP_Buffer: initial implementation of FIFO buffer for use with inertial nav
|
12 years ago |