#include <Remind.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 |
| Remind () | |
| void | run () |
Private Member Functions | |
| std::vector< std::string > | getParameters () const |
Private Attributes | |
| bool | done |
| std::string | meeting |
| std::string | person_to_remind |
| std::string | room |
Static Private Attributes | |
| static bool | pub_set |
| static ros::Publisher | remind_pub |
Definition at line 21 of file Remind.cpp.
| virtual actasp::Action* bwi_krexec::Remind::clone | ( | ) | const [inline, virtual] |
Implements actasp::Action.
| actasp::Action * bwi_krexec::Remind::cloneAndInit | ( | const actasp::AspFluent & | fluent | ) | const [virtual] |
Implements actasp::Action.
Definition at line 87 of file Remind.cpp.
| std::string bwi_krexec::Remind::getName | ( | ) | const [inline, virtual] |
Implements actasp::Action.
| std::vector< std::string > bwi_krexec::Remind::getParameters | ( | ) | const [private, virtual] |
Implements actasp::Action.
Definition at line 96 of file Remind.cpp.
| bool bwi_krexec::Remind::hasFinished | ( | ) | const [inline, virtual] |
Implements actasp::Action.
| int bwi_krexec::Remind::paramNumber | ( | ) | const [inline, virtual] |
Implements actasp::Action.
| void bwi_krexec::Remind::run | ( | ) | [virtual] |
Implements actasp::Action.
Definition at line 31 of file Remind.cpp.
bool bwi_krexec::Remind::done [private] |
std::string bwi_krexec::Remind::meeting [private] |
std::string bwi_krexec::Remind::person_to_remind [private] |
bool bwi_krexec::Remind::pub_set [static, private] |
ros::Publisher bwi_krexec::Remind::remind_pub [static, private] |
std::string bwi_krexec::Remind::room [private] |