A SGSubsystemGroup implementation to serve as a collection of Components.
More...
#include <autopilot.hxx>
Inherits SGSubsystemGroup.
A SGSubsystemGroup implementation to serve as a collection of Components.
Definition at line 37 of file autopilot.hxx.
◆ Autopilot()
Autopilot::Autopilot |
( |
SGPropertyNode_ptr | rootNode, |
|
|
SGPropertyNode_ptr | configNode = NULL ) |
◆ ~Autopilot()
Autopilot::~Autopilot |
( |
| ) |
|
◆ add_component()
void Autopilot::add_component |
( |
Component * | component, |
|
|
double | updateInterval ) |
◆ bind()
◆ get_name()
std::string FGXMLAutopilot::Autopilot::get_name |
( |
| ) |
const |
|
inline |
◆ is_serviceable()
bool FGXMLAutopilot::Autopilot::is_serviceable |
( |
| ) |
const |
|
inline |
◆ set_name()
void FGXMLAutopilot::Autopilot::set_name |
( |
const std::string & | name | ) |
|
|
inline |
◆ set_serviceable()
void FGXMLAutopilot::Autopilot::set_serviceable |
( |
bool | value | ) |
|
|
inline |
◆ staticSubsystemClassId()
static const char * FGXMLAutopilot::Autopilot::staticSubsystemClassId |
( |
| ) |
|
|
inlinestatic |
◆ unbind()
void Autopilot::unbind |
( |
| ) |
|
|
override |
◆ update()
void Autopilot::update |
( |
double | dt | ) |
|
|
override |
The documentation for this class was generated from the following files: