|
WSF
|
#include <WsfEarthGravityModel.hpp>


Public Member Functions | |
| EarthGravityModel (EarthGravityModelExtension *aExtensionPtr) | |
| float | GetGeoidUndulation (double aLat, double aLon) const |
| EarthGravityModelExtension::EGMComplianceType | GetEGM_ComplianceType () const |
| bool | IsEGM2008Compliant () const |
| bool | IsEGM96Compliant () const |
| bool | IsEGM_Unknown () const |
| Public Member Functions inherited from WsfSimulationExtension | |
| WsfSimulationExtension () | |
| ~WsfSimulationExtension () override=default | |
| WsfSimulation & | GetSimulation () const |
| const WsfScenario & | GetScenario () const |
| virtual void | AddedToSimulation () |
| virtual bool | Initialize () |
| virtual bool | PrepareExtension () |
| virtual bool | PlatformsInitialized () |
| virtual void | PendingStart () |
| virtual void | Start () |
| virtual void | Complete (double aSimTime) |
| Public Member Functions inherited from WsfExtension | |
| virtual | ~WsfExtension ()=default |
| const std::string & | GetExtensionName () const |
Static Public Member Functions | |
| static EarthGravityModel * | Find (const WsfSimulation &aSimulation) |
| static void | __private_SetSim (WsfSimulationExtension &aExtension, WsfSimulation *aSimPtr) |
Additional Inherited Members | |
| Protected Member Functions inherited from WsfExtension | |
| void | InitializeExtensionName (const std::string &aName) |
| wsf::EarthGravityModel::EarthGravityModel | ( | EarthGravityModelExtension * | aExtensionPtr | ) |
Referenced by Find().
|
static |
| wsf::EarthGravityModelExtension::EGMComplianceType wsf::EarthGravityModel::GetEGM_ComplianceType | ( | ) | const |
| float wsf::EarthGravityModel::GetGeoidUndulation | ( | double | aLat, |
| double | aLon ) const |
| bool wsf::EarthGravityModel::IsEGM2008Compliant | ( | ) | const |
| bool wsf::EarthGravityModel::IsEGM96Compliant | ( | ) | const |
| bool wsf::EarthGravityModel::IsEGM_Unknown | ( | ) | const |