summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2022-03-11 00:19:59 -0800
committerLinux Build Service Account <lnxbuild@localhost>2022-03-11 00:19:59 -0800
commitf6de500c9b9224e3c88b156cfb666eea036772a4 (patch)
tree5b738415dd104ede73fc0302be693557ad2cc3d5
parent931a7d693a81e0b739196f63522b7bf62d4cf634 (diff)
parentb721d6e6b88937ab6cdd8486de677a6c91cf4888 (diff)
Merge b721d6e6b88937ab6cdd8486de677a6c91cf4888 on remote branch
Change-Id: I97a1d70e3883bdf1ad1c43774b42b83796e58333
-rw-r--r--core/LocApiBase.h1
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 {