23#ifndef __PISIMPLECONTROLLER_HXX
24#define __PISIMPLECONTROLLER_HXX 1
32#include <simgear/props/props.hxx>
33#include <simgear/structure/subsystem_mgr.hxx>
45 simgear::ValueList _Kp;
48 simgear::ValueList _Ki;
52 virtual bool configure( SGPropertyNode& cfg_node,
53 const std::string& cfg_name,
54 SGPropertyNode& prop_root );
63 void update(
bool firstTime,
double dt );
AnalogComponent()
A constructor for an analog component.
static const char * staticSubsystemClassId()
void update(bool firstTime, double dt)
pure virtual function to be implemented by the derived classes.
virtual bool configure(SGPropertyNode &cfg_node, const std::string &cfg_name, SGPropertyNode &prop_root)
This method configures this analog component from a property node.