BcPOC
SF-HRP ASM implementation
|
#include <reactive_planner.hpp>
Public Member Functions | |
ReactivePlanner () | |
~ReactivePlanner () | |
void | EntryPlan (ptrSimplePlan) |
int | GetAction () |
void | SetInactive (ptrBaseRule) |
ptrBaseRule | GetActive () |
Protected Attributes | |
ptrSimplePlan | _root_plan |
ptrBaseRule | _active_rule |
Friends | |
int | SimplePlan::GetAction () |
ReactivePlanner::ReactivePlanner | ( | ) |
ReactivePlanner::~ReactivePlanner | ( | ) |
void ReactivePlanner::EntryPlan | ( | ptrSimplePlan | entry | ) |
int ReactivePlanner::GetAction | ( | ) |
ptrBaseRule ReactivePlanner::GetActive | ( | ) |
void ReactivePlanner::SetInactive | ( | ptrBaseRule | rule | ) |
int SimplePlan::GetAction | ( | ) | [friend] |
ptrBaseRule ReactivePlanner::_active_rule [protected] |
ptrSimplePlan ReactivePlanner::_root_plan [protected] |