Pause/resume state event class.
More...
Pause/resume state event class.
Definition at line 172 of file ut-sm.cxx.
| virtual int StateEventPauseResume::execAction |
( |
State * |
pState, |
|
|
int |
nPrevStateId, |
|
|
int |
nEventId |
|
) |
| |
|
inlinevirtual |
Execute event action.
- Parameters
-
| pState | State owning this event. |
| nPrevStateId | Previous state id. |
| nEventId | Event id. |
- Returns
- Next state id.
Definition at line 190 of file ut-sm.cxx.
References TRead.
192 if( pState->getTimeOut() == 0 )
194 pState->setTimeOut(
TRead);
198 pState->setTimeOut(0);
200 return State::StateIdThis;
static const uint_t TRead
read tape time interval
The documentation for this class was generated from the following file: