mirror of https://github.com/ArduPilot/ardupilot
uncrustify libraries/AP_Declination/AP_Declination.h
This commit is contained in:
parent
bcfff533f0
commit
d6d51e4116
|
@ -11,13 +11,13 @@
|
|||
* Scott Ferguson
|
||||
* scottfromscott@gmail.com
|
||||
*
|
||||
*/
|
||||
*/
|
||||
class AP_Declination
|
||||
{
|
||||
public:
|
||||
static float get_declination(float lat, float lon);
|
||||
static float get_declination(float lat, float lon);
|
||||
private:
|
||||
static int16_t get_lookup_value(uint8_t x, uint8_t y);
|
||||
static int16_t get_lookup_value(uint8_t x, uint8_t y);
|
||||
};
|
||||
|
||||
#endif // AP_Declination_h
|
||||
|
|
Loading…
Reference in New Issue