Jpp  18.3.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
JDAQStateMachine::ev_daq_event::param_block Struct Reference

#include <JDAQCHSM.hh>

Inheritance diagram for JDAQStateMachine::ev_daq_event::param_block:
JDAQStateMachine::ev_check_event::param_block JDAQStateMachine::ev_configure_event::param_block JDAQStateMachine::ev_continue_event::param_block JDAQStateMachine::ev_init_event::param_block JDAQStateMachine::ev_input_event::param_block JDAQStateMachine::ev_off_event::param_block JDAQStateMachine::ev_pause_event::param_block JDAQStateMachine::ev_quit_event::param_block JDAQStateMachine::ev_recover_event::param_block JDAQStateMachine::ev_reset_event::param_block JDAQStateMachine::ev_start_event::param_block JDAQStateMachine::ev_stop_event::param_block

Public Member Functions

 param_block (CHSM_ns_alias::event const &, int, const char *)
 

Public Attributes

int length
 
const char * buffer
 

Protected Member Functions

virtual ~param_block ()
 

Detailed Description

Definition at line 220 of file JDAQCHSM.hh.

Constructor & Destructor Documentation

JDAQStateMachine::ev_daq_event::param_block::param_block ( CHSM_ns_alias::event const &  event,
int  Plength,
const char *  Pbuffer 
)

Definition at line 55 of file JDAQCHSM.cc.

55  :
56  CHSM_ns_alias::event::param_block( event ), length( Plength ), buffer( Pbuffer )
57 {
58 }
JDAQStateMachine::ev_daq_event::param_block::~param_block ( )
protectedvirtual

Member Data Documentation

int JDAQStateMachine::ev_daq_event::param_block::length

Definition at line 222 of file JDAQCHSM.hh.

const char* JDAQStateMachine::ev_daq_event::param_block::buffer

Definition at line 224 of file JDAQCHSM.hh.


The documentation for this struct was generated from the following files: