mirror of https://github.com/ArduPilot/ardupilot
uncrustify libraries/AP_Declination/AP_Declination.h
This commit is contained in:
parent
06e0708308
commit
9a440bad90
|
@ -11,13 +11,13 @@
|
||||||
* Scott Ferguson
|
* Scott Ferguson
|
||||||
* scottfromscott@gmail.com
|
* scottfromscott@gmail.com
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class AP_Declination
|
class AP_Declination
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static float get_declination(float lat, float lon);
|
static float get_declination(float lat, float lon);
|
||||||
private:
|
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
|
#endif // AP_Declination_h
|
||||||
|
|
Loading…
Reference in New Issue