Jpp  19.1.0
the software that should make you happy
Classes | Public Member Functions | Public Attributes | Static Private Attributes | List of all members
JDAQStateMachine::state_Main Class Reference

#include <JDAQCHSM.hh>

Inheritance diagram for JDAQStateMachine::state_Main:

Classes

class  state_RunControl
 

Public Member Functions

 state_Main (CHSM_STATE_ARGS)
 

Public Attributes

JDAQStateMachine::state_Main::state_RunControl RunControl
 
CHSM_ns_alias::state Responder
 

Static Private Attributes

static int const children_ []
 

Detailed Description

Definition at line 186 of file JDAQCHSM.hh.

Constructor & Destructor Documentation

◆ state_Main()

JDAQStateMachine::state_Main::state_Main ( CHSM_STATE_ARGS  )

Definition at line 20 of file JDAQCHSM.cc.

20  :
21  CHSM_ns_alias::set( CHSM_STATE_INIT, children_ ),
22  RunControl( chsm_machine_, "Main.RunControl", this, 0, 0, 0, 0, false ),
23  Responder( chsm_machine_, "Main.Responder", this, 0, 0, 0, 0 )
24 {
25 }
CHSM_ns_alias::state Responder
Definition: JDAQCHSM.hh:208
static int const children_[]
Definition: JDAQCHSM.hh:212
JDAQStateMachine::state_Main::state_RunControl RunControl

Member Data Documentation

◆ RunControl

JDAQStateMachine::state_Main::state_RunControl JDAQStateMachine::state_Main::RunControl

◆ Responder

CHSM_ns_alias::state JDAQStateMachine::state_Main::Responder

Definition at line 208 of file JDAQCHSM.hh.

◆ children_

int const JDAQStateMachine::state_Main::children_
staticprivate
Initial value:
= {
1, 9, -1
}

Definition at line 212 of file JDAQCHSM.hh.


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