#include <EPStates.h>
Public Types | |
typedef sc::transition< Stop, EndingLoop > | reactions |
Public Member Functions | |
Error (my_context ctx) | |
~Error () | |
Private Attributes | |
edm::IEventProcessor & | ep_ |
Definition at line 172 of file EPStates.h.
typedef sc::transition<Stop, EndingLoop> statemachine::Error::reactions |
Definition at line 177 of file EPStates.h.
statemachine::Error::Error | ( | my_context | ctx | ) |
Definition at line 110 of file EPStates.cc.
References edm::IEventProcessor::doErrorStuff(), and ep_.
statemachine::Error::~Error | ( | ) |
Definition at line 117 of file EPStates.cc.
|
private |
Definition at line 179 of file EPStates.h.
Referenced by Error().