#include <state_dep.h>
Public Types | |
typedef std::vector < predicate_manager::NameID > | SFDeps |
Public Member Functions | |
StateDep | add (const std::string &predicate_name) |
StateDep | add (const std::string &predicate_name, const uint32_t pm_id) |
SFDeps | getDependencies () const |
Private Attributes | |
SFDeps | deps_ |
ros::NodeHandle | nh_ |
Definition at line 38 of file state_dep.h.
typedef std::vector<predicate_manager::NameID> mdm_library::StateDep::SFDeps |
Definition at line 41 of file state_dep.h.
StateDep mdm_library::StateDep::add | ( | const std::string & | predicate_name | ) | [inline] |
Definition at line 44 of file state_dep.h.
StateDep mdm_library::StateDep::add | ( | const std::string & | predicate_name, |
const uint32_t | pm_id | ||
) | [inline] |
Definition at line 55 of file state_dep.h.
SFDeps mdm_library::StateDep::getDependencies | ( | ) | const [inline] |
Definition at line 61 of file state_dep.h.
SFDeps mdm_library::StateDep::deps_ [private] |
Definition at line 68 of file state_dep.h.
ros::NodeHandle mdm_library::StateDep::nh_ [private] |
Definition at line 67 of file state_dep.h.