Inherits JSBSim::FGGroundCallback.
|
| | FGFSGroundCallback (FGJSBsim *ifc) |
| |
| virtual | ~FGFSGroundCallback () |
| |
| virtual double | GetAltitude (const FGLocation &l) const |
| | Get the altitude above sea level dependent on the location.
|
| |
| double | GetAGLevel (double t, const FGLocation &l, FGLocation &cont, FGColumnVector3 &n, FGColumnVector3 &v, FGColumnVector3 &w) const override |
| | Compute the altitude above ground.
|
| |
| | FGGroundCallback () |
| |
| virtual | ~FGGroundCallback () |
| |
| virtual double | GetAGLevel (const FGLocation &location, FGLocation &contact, FGColumnVector3 &normal, FGColumnVector3 &v, FGColumnVector3 &w) const |
| | Compute the altitude above ground.
|
| |
| virtual void | SetTerrainElevation (double h) |
| | Set the terrain elevation.
|
| |
| virtual void | SetEllipse (double semimajor, double semiminor) |
| | Set the planet semimajor and semiminor axes.
|
| |
| void | SetTime (double _time) |
| | Set the simulation time.
|
| |
Definition at line 72 of file JSBSim.cxx.
◆ FGFSGroundCallback()
| FGFSGroundCallback::FGFSGroundCallback |
( |
FGJSBsim * | ifc | ) |
|
|
inline |
◆ ~FGFSGroundCallback()
| virtual FGFSGroundCallback::~FGFSGroundCallback |
( |
| ) |
|
|
inlinevirtual |
◆ GetAGLevel()
◆ GetAltitude()
| virtual double FGFSGroundCallback::GetAltitude |
( |
const FGLocation & | l | ) |
const |
|
inlinevirtual |
Get the altitude above sea level dependent on the location.
Definition at line 78 of file JSBSim.cxx.
The documentation for this class was generated from the following file: