#include <FGInput.h>
Inherits FGModel.
Definition at line 72 of file FGInput.h.
Public Member Functions | |
| void | Disable (void) |
| void | Enable (void) |
| FGInput (FGFDMExec *) | |
| bool | InitModel (void) |
| bool | Load (Element *el) |
| Loads this model. | |
| bool | Run (void) |
| Runs the model; called by the Executive. | |
| void | SetType (string) |
| bool | Toggle (void) |
| bool Load | ( | Element * | el | ) | [virtual] |
| el | a pointer to the element |
Reimplemented from FGModel.
Definition at line 212 of file FGInput.cpp.
| bool Run | ( | void | ) | [virtual] |
Reimplemented from FGModel.
Definition at line 90 of file FGInput.cpp.
1.5.5