#include <JDAQCHSM.hh>
Definition at line 241 of file JDAQCHSM.hh.
◆ base_param_block
◆ ev_init_event()
JDAQStateMachine::ev_init_event::ev_init_event |
( |
CHSM_EVENT_ARGS | | ) |
|
|
inlineprotected |
◆ operator->()
param_block * JDAQStateMachine::ev_init_event::operator-> |
( |
| ) |
const |
|
inline |
Definition at line 249 of file JDAQCHSM.hh.
249 {
250 return (param_block*)param_block_;
251 }
◆ operator()()
void JDAQStateMachine::ev_init_event::operator() |
( |
int | length, |
|
|
const char * | buffer ) |
Definition at line 77 of file JDAQCHSM.cc.
78{
79#ifdef CHSM_MULTITHREADED
80 machine_lock const lock( machine_ );
81#endif
82 if ( !in_progress_ )
84}
char ev_init_param_block[sizeof(ev_init_event::param_block)]
◆ JDAQStateMachine
The documentation for this class was generated from the following files: