Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
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

◆ param_block()

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}

◆ ~param_block()

Member Data Documentation

◆ length

int JDAQStateMachine::ev_daq_event::param_block::length

Definition at line 222 of file JDAQCHSM.hh.

◆ buffer

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: