rad 6.2.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
TestExecutorStatusListener Class Reference
Inheritance diagram for TestExecutorStatusListener:
scxml4cpp::StatusListener

Public Member Functions

void notifyStatus (std::list< scxml4cpp::State * > &status)
 
std::vector< std::string > getTraces ()
 
- Public Member Functions inherited from scxml4cpp::StatusListener
 StatusListener ()
 
virtual ~StatusListener ()
 

Public Attributes

int mCounter = 0
 
scxml4cpp::Helper mHelper
 
std::vector< std::string > mTraces
 

Member Function Documentation

◆ getTraces()

std::vector< std::string > TestExecutorStatusListener::getTraces ( )
inline

◆ notifyStatus()

void TestExecutorStatusListener::notifyStatus ( std::list< scxml4cpp::State * > & status)
inlinevirtual

This method is invoked by the State Machine interpreter every time a new state is entered.

Parameters
statusList of currently active states.

Implements scxml4cpp::StatusListener.

Member Data Documentation

◆ mCounter

int TestExecutorStatusListener::mCounter = 0

◆ mHelper

scxml4cpp::Helper TestExecutorStatusListener::mHelper

◆ mTraces

std::vector<std::string> TestExecutorStatusListener::mTraces

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