#include <SearchRoom.h>

Public Member Functions | |
| virtual actasp::Action * | clone () const |
| actasp::Action * | cloneAndInit (const actasp::AspFluent &fluent) const |
| std::string | getName () const |
| bool | hasFinished () const |
| int | paramNumber () const |
| void | run () |
| SearchRoom () | |
Private Member Functions | |
| std::vector< std::string > | getParameters () const |
Private Attributes | |
| bool | done |
| std::string | person |
| std::string | room |
Static Private Attributes | |
| static ros::Publisher | ask_pub |
| static bool | pub_set |
Definition at line 15 of file SearchRoom.h.
Definition at line 22 of file SearchRoom.cpp.
| virtual actasp::Action* bwi_krexec::SearchRoom::clone | ( | ) | const [inline, virtual] |
Implements actasp::Action.
Definition at line 29 of file SearchRoom.h.
| actasp::Action * bwi_krexec::SearchRoom::cloneAndInit | ( | const actasp::AspFluent & | fluent | ) | const [virtual] |
Implements actasp::Action.
Definition at line 112 of file SearchRoom.cpp.
| std::string bwi_krexec::SearchRoom::getName | ( | ) | const [inline, virtual] |
Implements actasp::Action.
Definition at line 21 of file SearchRoom.h.
| std::vector< std::string > bwi_krexec::SearchRoom::getParameters | ( | ) | const [private, virtual] |
Implements actasp::Action.
Definition at line 120 of file SearchRoom.cpp.
| bool bwi_krexec::SearchRoom::hasFinished | ( | ) | const [inline, virtual] |
Implements actasp::Action.
Definition at line 25 of file SearchRoom.h.
| int bwi_krexec::SearchRoom::paramNumber | ( | ) | const [inline, virtual] |
Implements actasp::Action.
Definition at line 19 of file SearchRoom.h.
| void bwi_krexec::SearchRoom::run | ( | ) | [virtual] |
Implements actasp::Action.
Definition at line 31 of file SearchRoom.cpp.
ros::Publisher bwi_krexec::SearchRoom::ask_pub [static, private] |
Definition at line 36 of file SearchRoom.h.
bool bwi_krexec::SearchRoom::done [private] |
Definition at line 38 of file SearchRoom.h.
std::string bwi_krexec::SearchRoom::person [private] |
Definition at line 34 of file SearchRoom.h.
bool bwi_krexec::SearchRoom::pub_set [static, private] |
Definition at line 37 of file SearchRoom.h.
std::string bwi_krexec::SearchRoom::room [private] |
Definition at line 35 of file SearchRoom.h.