rad 6.2.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
scxml4cpp::ActionTrace Class Reference

#include <ActionTrace.h>

Inheritance diagram for scxml4cpp::ActionTrace:
scxml4cpp::Action

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)
 

Detailed Description

Action class that can be used to print on the std::out its identifier when executed.

Constructor & Destructor Documentation

◆ ActionTrace()

scxml4cpp::ActionTrace::ActionTrace ( const std::string & id)

Constructor.

Parameters
idAction identifier.

Member Function Documentation

◆ evaluate()

bool scxml4cpp::ActionTrace::evaluate ( Context * c)
virtual

Empty method not used.

Parameters
cContext (not used).

Implements scxml4cpp::Action.

◆ execute()

void scxml4cpp::ActionTrace::execute ( Context * c)
virtual

Prints on the std::out the action identifier.

Parameters
cContext (not used).

Implements scxml4cpp::Action.


The documentation for this class was generated from the following files: