|
rad 6.2.0
|
#include <ActionTrace.h>
Public Member Functions | |
| ActionTrace (const std::string &id) | |
| void | execute (Context *c) |
| bool | evaluate (Context *c) |
Public Member Functions inherited from scxml4cpp::Action | |
| Action (const std::string &id) | |
| virtual | ~Action () |
| std::string | getId () const |
| std::string | getParam () const |
| void | setId (const std::string &id) |
| void | setParam (const std::string &p) |
Action class that can be used to print on the std::out its identifier when executed.
| scxml4cpp::ActionTrace::ActionTrace | ( | const std::string & | id | ) |
Constructor.
| id | Action identifier. |
|
virtual |
|
virtual |
Prints on the std::out the action identifier.
| c | Context (not used). |
Implements scxml4cpp::Action.