Finds the PG and sends steps to the PG. More...
#include <sot/pattern-generator/pg-manager.h>
Public Member Functions | |
DYNAMIC_GRAPH_ENTITY_DECL () | |
PGManager (const std::string &name) | |
void | startSequence (const StepQueue &seq) |
void | stopSequence (const StepQueue &seq) |
void | introduceStep (StepQueue &queue) |
double | changeNextStep (StepQueue &queue) |
virtual void | display (std::ostream &os) const |
virtual void | commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os) |
Finds the PG and sends steps to the PG.
dynamicgraph::sot::PGManager::PGManager | ( | const std::string & | name | ) |
double dynamicgraph::sot::PGManager::changeNextStep | ( | StepQueue & | queue | ) |
|
virtual |
|
virtual |
dynamicgraph::sot::PGManager::DYNAMIC_GRAPH_ENTITY_DECL | ( | ) |
void dynamicgraph::sot::PGManager::introduceStep | ( | StepQueue & | queue | ) |
void dynamicgraph::sot::PGManager::startSequence | ( | const StepQueue & | seq | ) |
void dynamicgraph::sot::PGManager::stopSequence | ( | const StepQueue & | seq | ) |