GSI Object Oriented Online Offline (Go4)
GO4-6.4.0
Loading...
Searching...
No Matches
Go4CommandsAnalysis
TGo4ComSetPrintEvent.h
Go to the documentation of this file.
1
// $Id$
2
//-----------------------------------------------------------------------
3
// The GSI Online Offline Object Oriented (Go4) Project
4
// Experiment Data Processing at EE department, GSI
5
//-----------------------------------------------------------------------
6
// Copyright (C) 2000- GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
7
// Planckstr. 1, 64291 Darmstadt, Germany
8
// Contact: http://go4.gsi.de
9
//-----------------------------------------------------------------------
10
// This software can be used under the license agreements as stated
11
// in Go4License.txt file which is part of the distribution.
12
//-----------------------------------------------------------------------
13
14
#ifndef TGO4COMSETPRINTEVENT_H
15
#define TGO4COMSETPRINTEVENT_H
16
17
#include "
TGo4AnalysisObjectCommand.h
"
18
#include "
TGo4MbsSource.h
"
19
27
class
TGo4ComSetPrintEvent
:
public
TGo4AnalysisObjectCommand
{
28
public
:
29
30
TGo4ComSetPrintEvent
();
31
32
TGo4ComSetPrintEvent
(
const
char
*obname);
33
34
Int_t
ExeCom
()
override
;
38
void
Set
(
TGo4RemoteCommand
*remcon)
override
;
39
40
void
SetEventNum
(Int_t i) {
fxPrintPar
.fiNum = i; }
41
void
SetSubId
(Int_t i) {
fxPrintPar
.fiSid = i; }
42
void
SetLong
(Bool_t on) {
fxPrintPar
.fiLong = on; }
43
void
SetHex
(Bool_t on) {
fxPrintPar
.fiHex = on; }
44
void
SetData
(Bool_t on) {
fxPrintPar
.fiData = on; }
45
46
private
:
47
48
TGo4MbsSourcePrintPar
fxPrintPar
;
49
50
ClassDefOverride(
TGo4ComSetPrintEvent
,1)
51
};
52
53
#endif
//TGO4COMSETPRINTEVENT_H
TGo4AnalysisObjectCommand.h
TGo4MbsSource.h
TGo4AnalysisObjectCommand::TGo4AnalysisObjectCommand
TGo4AnalysisObjectCommand()
Definition
TGo4AnalysisObjectCommand.cxx:20
TGo4ComSetPrintEvent::ExeCom
Int_t ExeCom() override
Do the command action.
Definition
TGo4ComSetPrintEvent.cxx:47
TGo4ComSetPrintEvent::Set
void Set(TGo4RemoteCommand *remcon) override
Set internals of this command from specification of external remote command (command container).
Definition
TGo4ComSetPrintEvent.cxx:36
TGo4ComSetPrintEvent::SetSubId
void SetSubId(Int_t i)
Definition
TGo4ComSetPrintEvent.h:41
TGo4ComSetPrintEvent::SetHex
void SetHex(Bool_t on)
Definition
TGo4ComSetPrintEvent.h:43
TGo4ComSetPrintEvent::SetData
void SetData(Bool_t on)
Definition
TGo4ComSetPrintEvent.h:44
TGo4ComSetPrintEvent::TGo4ComSetPrintEvent
TGo4ComSetPrintEvent()
Definition
TGo4ComSetPrintEvent.cxx:29
TGo4ComSetPrintEvent::SetLong
void SetLong(Bool_t on)
Definition
TGo4ComSetPrintEvent.h:42
TGo4ComSetPrintEvent::SetEventNum
void SetEventNum(Int_t i)
Definition
TGo4ComSetPrintEvent.h:40
TGo4ComSetPrintEvent::fxPrintPar
TGo4MbsSourcePrintPar fxPrintPar
Definition
TGo4ComSetPrintEvent.h:48
TGo4MbsSourcePrintPar
data structure to keep parameters for f_evt_type (SetPrintEvent)
Definition
TGo4MbsSource.h:32
TGo4RemoteCommand
This command is a container for commands to be send from master to slave via inter-process transport.
Definition
TGo4RemoteCommand.h:29
Generated by
1.13.2