Andrew Tridgell
ceb3f577d8
libraries: use new math functions
12 years ago
Pat Hickey
7622b725c9
AP_Limits: fixes to use hal.storage for eeprom access
12 years ago
Pat Hickey
b0b3fa33b4
AP_Limits: fix for AP_Param var_info registration in AP_Limit_Module
...
* AP_Limit_Module class does not have its own var_info table.
12 years ago
Pat Hickey
304afd45e1
AP_Limits: export all internal headers from AP_Limits.h
12 years ago
Andrew Tridgell
9b3ed0b683
AP_Limits: updates for new AP_Param API
12 years ago
Andrew Tridgell
6ee32ea872
AP_Limits: reverted parameter doc changes
12 years ago
Pat Hickey
9f9dfc7c63
AP_Limits: fix spacing to 80 columns, use standard cpp header guard conventions
...
* No idea what was going on there. Confusing.
12 years ago
Pat Hickey
3f1d9d7f69
AP_Param: #include <AP_Param.h> fixups for libraries & sketches
...
* I mostly went through with grep and added an #include <AP_Param.h> below
every #include <AP_Common.h>. Not all of these example sketches might
strictly need AP_Param.
12 years ago
Andrew Tridgell
10b8030e62
AP_Limits: fixed some memory cast warnings
12 years ago
rmackay9
bff3417d29
AP_Limit_Geofence: reduce maximum number of fence points to 6 from 20 to save memory
12 years ago
uncrustify
40a4777d31
uncrustify libraries/AP_Limits/AP_Limit_Geofence.cpp
13 years ago
uncrustify
6fc94828b8
uncrustify libraries/AP_Limits/AP_Limit_Geofence.h
13 years ago
uncrustify
4c8a9eb57d
uncrustify libraries/AP_Limits/AP_Limit_Module.h
13 years ago
uncrustify
f5ae336073
uncrustify libraries/AP_Limits/AP_Limit_Altitude.h
13 years ago
uncrustify
65e518faed
uncrustify libraries/AP_Limits/AP_Limit_GPSLock.h
13 years ago
uncrustify
3aad66b909
uncrustify libraries/AP_Limits/AP_Limits.h
13 years ago
uncrustify
0fc400e43e
uncrustify libraries/AP_Limits/AP_Limits.cpp
13 years ago
uncrustify
900ece6ef4
uncrustify libraries/AP_Limits/AP_Limit_Altitude.cpp
13 years ago
uncrustify
406eb1430c
uncrustify libraries/AP_Limits/AP_Limit_GPSLock.cpp
13 years ago
uncrustify
065cdfe7d0
uncrustify libraries/AP_Limits/AP_Limit_Module.cpp
13 years ago
rmackay9
2e77691ca1
AP_Limits: change order of initialisation of class variables to remove compiler warnings.
13 years ago
Andrew Tridgell
518d6365ff
AP_Param: update remaining libraries for new constructor syntax
13 years ago
Andreas M. Antonopoulos
7262b0429a
AP_Limits: experimental "bounce" mode.
13 years ago
Andreas M. Antonopoulos
c73f7ef3ab
AP_Limits library, provides modular "limits" such as altitude and geo-fencing.
13 years ago