#include <TGo4ComSetParameter.h>
Inheritance diagram for TGo4ComSetParameter:
Public Methods | |
TGo4ComSetParameter () | |
TGo4ComSetParameter (const char *obname) | |
virtual | ~TGo4ComSetParameter () |
Int_t | ExeCom () |
Do the command action. More... | |
void | SetParameter (TGo4Parameter *par) |
Private Attributes | |
TGo4Parameter * | fxParameter |
The parameter to be set. More... |
If a parameter of that name exists in the Parameters folder, the new settings are applied on it. If the type of the parameters do not match, an error message is sent.
Definition at line 30 of file TGo4ComSetParameter.h.
|
Definition at line 32 of file TGo4ComSetParameter.cxx. References kGo4ComModeController, TGo4Command::SetProtection(), TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 22 of file TGo4ComSetParameter.cxx. References kGo4ComModeController, TGo4Command::SetProtection(), TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 42 of file TGo4ComSetParameter.cxx. References TRACE. |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 47 of file TGo4ComSetParameter.cxx. References TGo4Log::Debug(), fxParameter, TGo4AnalysisObjectCommand::GetObjectName(), TGo4Analysis::Instance(), TGo4Slave::SendStatusMessage(), TGo4AnalysisObjectCommand::SetObjectName(), TGo4Analysis::SetParameter(), and TRACE. |
|
Definition at line 37 of file TGo4ComSetParameter.h. References fxParameter. Referenced by TGo4ParaEditSlots::SendApplyCommand(). |
|
The parameter to be set.
Definition at line 41 of file TGo4ComSetParameter.h. Referenced by ExeCom(), and SetParameter(). |