Jpp  18.3.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_continue_event::param_block Struct Reference

#include <JDAQCHSM.hh>

Inheritance diagram for JDAQStateMachine::ev_continue_event::param_block:
JDAQStateMachine::ev_daq_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 324 of file JDAQCHSM.hh.

Constructor & Destructor Documentation

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

Definition at line 140 of file JDAQCHSM.cc.

140  :
141  JDAQStateMachine::ev_daq_event::param_block( event, Plength, Pbuffer )
142 {
143 }
JDAQStateMachine::ev_continue_event::param_block::~param_block ( )
protectedvirtual

Reimplemented from JDAQStateMachine::ev_daq_event::param_block.

Definition at line 144 of file JDAQCHSM.cc.

144 { }

Member Data Documentation

int JDAQStateMachine::ev_daq_event::param_block::length
inherited

Definition at line 222 of file JDAQCHSM.hh.

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

Definition at line 224 of file JDAQCHSM.hh.


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