diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-03-11 00:19:59 -0800 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-03-11 00:19:59 -0800 |
commit | f6de500c9b9224e3c88b156cfb666eea036772a4 (patch) | |
tree | 5b738415dd104ede73fc0302be693557ad2cc3d5 | |
parent | 931a7d693a81e0b739196f63522b7bf62d4cf634 (diff) | |
parent | b721d6e6b88937ab6cdd8486de677a6c91cf4888 (diff) |
Merge b721d6e6b88937ab6cdd8486de677a6c91cf4888 on remote branch
Change-Id: I97a1d70e3883bdf1ad1c43774b42b83796e58333
-rw-r--r-- | core/LocApiBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h index 121f795..cbe5f9f 100644 --- a/core/LocApiBase.h +++ b/core/LocApiBase.h @@ -101,6 +101,7 @@ public: inline virtual void* getSibling2() { return NULL; } inline virtual double getGloRfLoss(uint32_t left, uint32_t center, uint32_t right, uint8_t gloFrequency) { return 0.0; } + inline virtual float getGeoidalSeparation(double latitude, double longitude) { return 0.0; } }; class LocApiBase { |