Peter Barker
|
1056321457
|
Filter: add override keyword
|
6 years ago |
Mathieu OTHACEHE
|
152edf7189
|
Global: remove mode line from headers
Using a global .dir-locals.el file is a better alternative than
reincluding the same emacs header in every file of the project.
|
8 years ago |
Lucas De Marchi
|
98904825cb
|
Filter: replace header guard with pragma once
|
9 years ago |
Randy Mackay
|
4040be9990
|
FilterWithBuffer: make get_sample non-virtual
virtual added to apply() and reset() declaration inline with base class.
This should have no impact on memory usage or functionality
|
11 years ago |
Tobias
|
f4000e66e6
|
Filter: add consts
|
11 years ago |
Andrew Tridgell
|
97b7130bb9
|
libraries: update license header to GPLv3
we switched to GPLv3 a long time ago, but neglected to update the
per-file license headers
|
12 years ago |
Pat Hickey
|
84e0dd406e
|
Filter: ported to AP_HAL
|
12 years ago |
Andrew Tridgell
|
5a0632340c
|
Filter: fixed example build
|
12 years ago |
uncrustify
|
c284fb144f
|
uncrustify libraries/Filter/FilterWithBuffer.h
|
13 years ago |
Andrew Tridgell
|
75470dc912
|
Filter: cope with non-uniform time steps in the DerivativeFilter
this helps with the barometer a lot, as the timing is quite variable
|
13 years ago |
rmackay9
|
2ce597642e
|
Filter - added FilterWithBuffer typedefs for int32t and uint32 for ease of use
|
13 years ago |
rmackay9
|
645fda2fb2
|
Filter - added AverageFilter, removed SumFilter
added FilterWithBuffer to allow removal of malloc/free without losing ability to pass around filter objects
|
13 years ago |