Public Member Functions | |
Constructors and Destructors | |
PIDTuner (OptionManager &mgr, PID< float > &pid, Dims d=Dims(256, 256), const std::string &descrName="PIDTuner", const std::string &tagName="PIDTuner") | |
Constructor. | |
~PIDTuner () | |
Destructor. | |
void | start2 () |
This is called from within start() after the subcomponents have started. | |
void | setupGUI (ModelComponent *comp, bool recurse=false) |
void | update () |
void | startThread (nub::ref< OutputFrameSeries > &ofs) |
void | stopThread () |
Definition at line 60 of file PIDTuner.H.
PIDTuner::PIDTuner | ( | OptionManager & | mgr, | |
PID< float > & | pid, | |||
Dims | d = Dims(256,256) , |
|||
const std::string & | descrName = "PIDTuner" , |
|||
const std::string & | tagName = "PIDTuner" | |||
) |
PIDTuner::~PIDTuner | ( | ) |
Destructor.
Definition at line 117 of file PIDTuner.C.
void PIDTuner::start2 | ( | ) | [virtual] |
This is called from within start() after the subcomponents have started.
Reimplemented from ModelComponent.
Definition at line 121 of file PIDTuner.C.