40 virtual void addAutopilot(
const std::string &
name, SGPropertyNode_ptr apNode, SGPropertyNode_ptr config ) = 0;
Model an autopilot system by implementing a SGSubsystemGroup.
static FGXMLAutopilotGroup * createInstance(const std::string &nodeName)
static const char * staticSubsystemClassId()
virtual void removeAutopilot(const std::string &name)=0
void addAutopilotFromFile(const std::string &name, SGPropertyNode_ptr apNode, const std::string &path)
virtual void addAutopilot(const std::string &name, SGPropertyNode_ptr apNode, SGPropertyNode_ptr config)=0