#include <JDAQCHSM.hh>
Definition at line 381 of file JDAQCHSM.hh.
◆ base_param_block
◆ ev_quit_event()
JDAQStateMachine::ev_quit_event::ev_quit_event |
( |
CHSM_EVENT_ARGS | | ) |
|
|
inlineprotected |
◆ operator->()
param_block * JDAQStateMachine::ev_quit_event::operator-> |
( |
| ) |
const |
|
inline |
Definition at line 389 of file JDAQCHSM.hh.
389 {
390 return (param_block*)param_block_;
391 }
◆ operator()()
void JDAQStateMachine::ev_quit_event::operator() |
( |
int | length, |
|
|
const char * | buffer ) |
Definition at line 196 of file JDAQCHSM.cc.
197{
198#ifdef CHSM_MULTITHREADED
199 machine_lock const lock( machine_ );
200#endif
201 if ( !in_progress_ )
203}
char ev_quit_param_block[sizeof(ev_quit_event::param_block)]
◆ JDAQStateMachine
The documentation for this class was generated from the following files: