#include <JDAQCHSM.hh>
Definition at line 401 of file JDAQCHSM.hh.
◆ base_param_block
◆ ev_off_event()
JDAQStateMachine::ev_off_event::ev_off_event |
( |
CHSM_EVENT_ARGS | | ) |
|
|
inlineprotected |
◆ operator->()
param_block * JDAQStateMachine::ev_off_event::operator-> |
( |
| ) |
const |
|
inline |
Definition at line 409 of file JDAQCHSM.hh.
409 {
410 return (param_block*)param_block_;
411 }
◆ operator()()
void JDAQStateMachine::ev_off_event::operator() |
( |
int | length, |
|
|
const char * | buffer ) |
Definition at line 213 of file JDAQCHSM.cc.
214{
215#ifdef CHSM_MULTITHREADED
216 machine_lock const lock( machine_ );
217#endif
218 if ( !in_progress_ )
220}
char ev_off_param_block[sizeof(ev_off_event::param_block)]
◆ JDAQStateMachine
The documentation for this class was generated from the following files: