#include <JDAQCHSM.hh>
Definition at line 281 of file JDAQCHSM.hh.
◆ base_param_block
◆ ev_start_event()
JDAQStateMachine::ev_start_event::ev_start_event |
( |
CHSM_EVENT_ARGS | | ) |
|
|
inlineprotected |
◆ operator->()
param_block * JDAQStateMachine::ev_start_event::operator-> |
( |
| ) |
const |
|
inline |
Definition at line 289 of file JDAQCHSM.hh.
289 {
290 return (param_block*)param_block_;
291 }
◆ operator()()
void JDAQStateMachine::ev_start_event::operator() |
( |
int | length, |
|
|
const char * | buffer ) |
Definition at line 111 of file JDAQCHSM.cc.
112{
113#ifdef CHSM_MULTITHREADED
114 machine_lock const lock( machine_ );
115#endif
116 if ( !in_progress_ )
118}
char ev_start_param_block[sizeof(ev_start_event::param_block)]
◆ JDAQStateMachine
The documentation for this class was generated from the following files: