Jpp
Classes | Public Types | Public Member Functions | Protected Member Functions | Friends | List of all members
JDAQStateMachine::ev_recover_event Class Reference

#include <JDAQCHSM.hh>

Inheritance diagram for JDAQStateMachine::ev_recover_event:
JDAQStateMachine::ev_daq_event

Classes

struct  param_block
 

Public Types

typedef JDAQStateMachine::ev_daq_event::param_block base_param_block
 

Public Member Functions

param_blockoperator-> () const
 
void operator() (int, const char *)
 

Protected Member Functions

 ev_recover_event (CHSM_EVENT_ARGS)
 

Friends

class JDAQStateMachine
 

Detailed Description

Definition at line 461 of file JDAQCHSM.hh.

Member Typedef Documentation

◆ base_param_block

Definition at line 463 of file JDAQCHSM.hh.

Constructor & Destructor Documentation

◆ ev_recover_event()

JDAQStateMachine::ev_recover_event::ev_recover_event ( CHSM_EVENT_ARGS  )
inlineprotected

Definition at line 474 of file JDAQCHSM.hh.

474  :
475  JDAQStateMachine::ev_daq_event( CHSM_EVENT_INIT ) { }

Member Function Documentation

◆ operator->()

param_block* JDAQStateMachine::ev_recover_event::operator-> ( ) const
inline

Definition at line 469 of file JDAQCHSM.hh.

469  {
470  return (param_block*)param_block_;
471  }

◆ operator()()

void JDAQStateMachine::ev_recover_event::operator() ( int  length,
const char *  buffer 
)

Definition at line 264 of file JDAQCHSM.cc.

265 {
266 #ifdef CHSM_MULTITHREADED
267  machine_lock const lock( machine_ );
268 #endif
269  if ( !in_progress_ )
270  broadcast( new( ((JDAQStateMachine&)machine_).ev_recover_param_block ) param_block( *this, length, buffer ) );
271 }

Friends And Related Function Documentation

◆ JDAQStateMachine

friend class JDAQStateMachine
friend

Definition at line 476 of file JDAQCHSM.hh.


The documentation for this class was generated from the following files:
JDAQStateMachine
Definition: JDAQCHSM.hh:173
JDAQStateMachine::ev_recover_param_block
char ev_recover_param_block[sizeof(ev_recover_event::param_block)]
Definition: JDAQCHSM.hh:478
JDAQStateMachine::ev_daq_event
Definition: JDAQCHSM.hh:217