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
|
3ae0082f52
|
AP_Declination: stop using Progmem.h
Since the headers were re-ordered we also had to add inttypes.h to
AP_Declination.h following a include-what-you-use approach.
|
9 years ago |
Andrew Tridgell
|
82aec0ef6c
|
AP_Declination: fixed indent-tabs-mode
|
12 years ago |
uncrustify
|
d6d51e4116
|
uncrustify libraries/AP_Declination/AP_Declination.h
|
13 years ago |
Adam M Rivera
|
0dcc4e8307
|
AP_Declination: Implemented Delta Encoding and Run-Length Encoding. Added method to traverse the compressed array and return the lookup value based on the same lat_index/lon_index that was used before.
|
13 years ago |
Andrew Tridgell
|
c1b945018b
|
AP_Declination: fixed usage of headers
|
13 years ago |
Adam M Rivera
|
e08b50ee91
|
AP_Declination: Increased range of supported latitude coordinates.
Fixed incorrect type usage to save stack space.
Signed-off-by: Andrew Tridgell <tridge@samba.org>
|
13 years ago |
Adam M Rivera
|
d2a07b1603
|
Added AP_Declination library. It contains the lookup table (lat/lng -> declination) as well as a method that performs the lookup.
Signed-off-by: Andrew Tridgell <tridge@samba.org>
|
13 years ago |