#include <JDAQCHSM.hh>
Definition at line 217 of file JDAQCHSM.hh.
 
◆ base_param_block
◆ ev_daq_event()
  
  
      
        
          | JDAQStateMachine::ev_daq_event::ev_daq_event  | 
          ( | 
          CHSM_EVENT_ARGS |            | ) | 
           | 
         
       
   | 
  
inlineprotected   | 
  
 
Definition at line 234 of file JDAQCHSM.hh.
  234                                                : 
  235                        CHSM_ns_alias::event( CHSM_EVENT_INIT ) { }
 
 
 
◆ operator->()
  
  
      
        
          | param_block * JDAQStateMachine::ev_daq_event::operator->  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 229 of file JDAQCHSM.hh.
  229                                                {
  230                        return (param_block*)param_block_;
  231                }
 
 
 
◆ operator()()
      
        
          | void JDAQStateMachine::ev_daq_event::operator()  | 
          ( | 
          int |           length,  | 
        
        
           | 
           | 
          const char * |           buffer ) | 
        
      
 
Definition at line 60 of file JDAQCHSM.cc.
   61{
   62#ifdef  CHSM_MULTITHREADED
   63        machine_lock const lock( machine_ );
   64#endif
   65        if ( !in_progress_ )
   67}
char ev_daq_param_block[sizeof(ev_daq_event::param_block)]
 
 
 
 
◆ JDAQStateMachine
The documentation for this class was generated from the following files: