#include <FGState.h>
Inherits FGJSBBase.
Definition at line 88 of file FGState.h.
Public Member Functions | |
| FGState (FGFDMExec *) | |
| Constructor. | |
| double | Getdt (void) |
| Returns the simulation delta T. | |
| double | Getsim_time (void) const |
| Returns the cumulative simulation time in seconds. | |
| double | IncrTime (void) |
| Increments the simulation time. | |
| void | Initialize (FGInitialCondition *FGIC) |
| Initializes the simulation state based on parameters from an Initial Conditions object. | |
| bool | IntegrationSuspended (void) |
| Returns the simulation suspension state. | |
| void | ResumeIntegration (void) |
| Resumes the simulation by resetting delta T to the correct value. | |
| void | Setdt (double delta_t) |
| Sets the integration time step for the simulation executive. | |
| double | Setsim_time (double cur_time) |
| Sets the current sim time. | |
| void | SuspendIntegration (void) |
| Suspends the simulation and sets the delta T to zero. | |
| ~FGState () | |
| Destructor. | |
| Executive | a pointer to the parent executive object |
Definition at line 56 of file FGState.cpp.
| double IncrTime | ( | void | ) | [inline] |
| void Initialize | ( | FGInitialCondition * | FGIC | ) |
| FGIC | pointer to an initial conditions object. |
Definition at line 87 of file FGState.cpp.
| bool IntegrationSuspended | ( | void | ) | [inline] |
| void Setdt | ( | double | delta_t | ) | [inline] |
| double Setsim_time | ( | double | cur_time | ) | [inline] |
1.5.5