#include <TGo4Command.h>
Inheritance diagram for TGo4Command:
Public Methods | |
TGo4Command () | |
TGo4Command (const char *name, const char *description, Int_t id) | |
virtual | ~TGo4Command () |
virtual Int_t | ExeCom () |
Do the command action. More... | |
virtual Int_t | UnExeCom () |
For undo functionality (not yet impl.). More... | |
virtual Int_t | RefuseCom () |
Optional action if command is not allowed (warning message e.g.). More... | |
virtual Bool_t | Log (Int_t mode=0) |
Bool_t | IsEnabled () const |
Bool_t | IsExclusive () const |
Bool_t | IsLocal () const |
virtual void | Help () |
Int_t | GetCommandID () const |
Bool_t | IsSynchron () const |
const char * | GetReceiverName () const |
void | SetReceiverName (const char *) |
const char * | GetTaskName () const |
void | SetTaskName (const char *) |
const char * | What () const |
void | SetDescription (const char *) |
virtual void | SetReceiver (TGo4CommandReceiver *rec) |
Go4CommandMode_t | GetProtection () |
Go4CommandMode_t | GetMode () |
void | SetMode (Go4CommandMode_t m) |
Static Public Methods | |
const char * | GetModeDescription (Go4CommandMode_t mode) |
text description of current execution mode. More... | |
Protected Methods | |
void | SetProtection (Go4CommandMode_t m) |
Protected Attributes | |
Bool_t | fbIsEnabled |
Bool_t | fbIsExclusive |
Bool_t | fbIsSynchron |
Bool_t | fbIsLocal |
Int_t | fiCommandID |
Int_t | fiVersion |
Go4CommandMode_t | fiMode |
mode value for execution rights of sending task. More... | |
Go4CommandMode_t | fiProtection |
Execute protection of this command. More... | |
TGo4CommandReceiver * | fxReceiverBase |
Static Protected Attributes | |
char * | fgcMODEDESCRIPTION [] |
resolve description of command modes here. More... | |
Private Attributes | |
TString | fxDescription |
TString | fxReceiverName |
TString | fxTaskName |
Definition at line 40 of file TGo4Command.h.
|
Definition at line 46 of file TGo4Command.cxx. References fbIsEnabled, fbIsExclusive, fbIsLocal, fbIsSynchron, fiCommandID, fiMode, fiProtection, fiVersion, kGo4ComModeObserver, kGo4ComModeRefused, SetDescription(), SetReceiverName(), SetTaskName(), and TRACE. |
|
Definition at line 29 of file TGo4Command.cxx. References fbIsEnabled, fbIsExclusive, fbIsLocal, fbIsSynchron, fiCommandID, fiMode, fiProtection, fiVersion, kGo4ComModeObserver, kGo4ComModeRefused, SetDescription(), SetReceiverName(), SetTaskName(), and TRACE. |
|
Definition at line 62 of file TGo4Command.cxx. References TRACE. |
|
|
For undo functionality (not yet impl.).
Definition at line 132 of file TGo4Command.cxx. References TRACE. |
|
Optional action if command is not allowed (warning message e.g.).
Reimplemented in TGo4AnalysisCommand, and TGo4TaskHandlerCommand. Definition at line 138 of file TGo4Command.cxx. References GetMode(), GetModeDescription(), and TGo4Log::Warn(). Referenced by TGo4CommandInvoker::Invoke(), TGo4TaskHandlerCommand::RefuseCom(), and TGo4AnalysisCommand::RefuseCom(). |
|
Definition at line 145 of file TGo4Command.cxx. |
|
Definition at line 78 of file TGo4Command.cxx. References fbIsEnabled, and TRACE. |
|
Definition at line 84 of file TGo4Command.cxx. References fbIsExclusive, and TRACE. |
|
Definition at line 165 of file TGo4Command.cxx. References fbIsLocal. Referenced by TGo4Task::SubmitCommand(). |
|
Definition at line 73 of file TGo4Command.cxx. References TRACE. |
|
Definition at line 67 of file TGo4Command.cxx. References fiCommandID, and TRACE. Referenced by TGo4LocalCommandRunnable::Run(), and TGo4AnalysisMainRunnable::Run(). |
|
Definition at line 159 of file TGo4Command.cxx. References fbIsSynchron, and TRACE. |
|
Definition at line 90 of file TGo4Command.cxx. References fxReceiverName, and TRACE. Referenced by TGo4CommandInvoker::Invoke(). |
|
|
Definition at line 102 of file TGo4Command.cxx. References fxTaskName, and TRACE. Referenced by TGo4ComGetTreeStructure::ExeCom(), TGo4ComGetPicture::ExeCom(), TGo4ComGetParameter::ExeCom(), TGo4ComGetObjectStatus::ExeCom(), TGo4ComGetObject::ExeCom(), TGo4ComGetNamesList::ExeCom(), TGo4ComGetEnvelope::ExeCom(), TGo4ComGetDynamicEntryStatus::ExeCom(), TGo4ComGetCurrentEvent::ExeCom(), TGo4ComGetCondition::ExeCom(), TGo4ComGetCanvas::ExeCom(), TGo4ComGetAnalysisStatus::ExeCom(), TGo4TaskHandlerCommand::RefuseCom(), and TGo4AnalysisCommand::RefuseCom(). |
|
Definition at line 108 of file TGo4Command.cxx. References fxTaskName, and TRACE. Referenced by TGo4Task::NextCommand(), TGo4ServerTask::NextCommand(), and TGo4Command(). |
|
Definition at line 119 of file TGo4Command.cxx. References fxDescription, and TRACE. Referenced by ExeCom(), Log(), and TGo4CommandProtoList::ShowCommands(). |
|
Definition at line 114 of file TGo4Command.cxx. References fxDescription, and TRACE. Referenced by TGo4ComAction1::TGo4ComAction1(), TGo4ComAction2::TGo4ComAction2(), TGo4ComExecLine::TGo4ComExecLine(), TGo4ComGetEnvelope::TGo4ComGetEnvelope(), TGo4ComGetNamesList::TGo4ComGetNamesList(), TGo4ComGetObject::TGo4ComGetObject(), TGo4Command(), TGo4ComSetProtections::TGo4ComSetProtections(), TGo4ComStart::TGo4ComStart(), and TGo4ComStop::TGo4ComStop(). |
|
Definition at line 171 of file TGo4Command.cxx. References fxReceiverBase, and TRACE. Referenced by TGo4CommandInvoker::Invoke(). |
|
Definition at line 83 of file TGo4Command.h. References fiProtection, and Go4CommandMode_t. Referenced by TGo4CommandInvoker::Invoke(). |
|
Definition at line 84 of file TGo4Command.h. References fiMode, and Go4CommandMode_t. Referenced by TGo4CommandInvoker::Invoke(), TGo4TaskHandlerCommand::RefuseCom(), RefuseCom(), and TGo4AnalysisCommand::RefuseCom(). |
|
Definition at line 86 of file TGo4Command.h. References fiMode, and Go4CommandMode_t. Referenced by TGo4Task::NextCommand(), TGo4ServerTask::NextCommand(), and TGo4Task::SubmitLocalCommand(). |
|
text description of current execution mode.
Definition at line 178 of file TGo4Command.cxx. References fgcMODEDESCRIPTION, and Go4CommandMode_t. Referenced by TGo4TaskManager::AddClient(), TGo4GUIRegistry::DisplayLog(), TGo4TaskHandlerCommand::RefuseCom(), RefuseCom(), and TGo4AnalysisCommand::RefuseCom(). |
|
|
Definition at line 93 of file TGo4Command.h. Referenced by IsEnabled(), TGo4AnalysisCommand::TGo4AnalysisCommand(), TGo4Command(), TGo4ExampleCommand::TGo4ExampleCommand(), and TGo4TaskHandlerCommand::TGo4TaskHandlerCommand(). |
|
Definition at line 94 of file TGo4Command.h. Referenced by IsExclusive(), and TGo4Command(). |
|
|
Definition at line 96 of file TGo4Command.h. Referenced by IsLocal(), TGo4ComConnectSlave::TGo4ComConnectSlave(), TGo4ComDisconnectSlave::TGo4ComDisconnectSlave(), TGo4ComLaunchClient::TGo4ComLaunchClient(), TGo4Command(), TGo4ComMasterQuit::TGo4ComMasterQuit(), TGo4ComRemoveClient::TGo4ComRemoveClient(), and TGo4ComServerQuit::TGo4ComServerQuit(). |
|
Definition at line 98 of file TGo4Command.h. Referenced by GetCommandID(), TGo4Command(), and TGo4TaskHandlerCommand::TGo4TaskHandlerCommand(). |
|
Definition at line 99 of file TGo4Command.h. Referenced by TGo4Command(). |
|
mode value for execution rights of sending task.
Reimplemented in TGo4ComConnectSlave, and TGo4ComLaunchClient. Definition at line 102 of file TGo4Command.h. Referenced by GetMode(), SetMode(), and TGo4Command(). |
|
Execute protection of this command. If Execution mode is not sufficient, command is not allowed to be executed. Definition at line 105 of file TGo4Command.h. Referenced by GetProtection(), SetProtection(), and TGo4Command(). |
|
Initial value: {"NOMODE","Observer","Controller","Administrator"}
Definition at line 25 of file TGo4Command.cxx. Referenced by GetModeDescription(). |
|
Definition at line 115 of file TGo4Command.h. Referenced by SetDescription(), and What(). |
|
Definition at line 116 of file TGo4Command.h. Referenced by GetReceiverName(), and SetReceiverName(). |
|
Definition at line 117 of file TGo4Command.h. Referenced by GetTaskName(), and SetTaskName(). |
|
Definition at line 120 of file TGo4Command.h. Referenced by TGo4ComAction2::ExeCom(), TGo4ComAction1::ExeCom(), TGo4ComQuit::ExeCom(), TGo4ComFlush::ExeCom(), TGo4ComSetStore::ExeCom(), TGo4ComSetSource::ExeCom(), TGo4ComSetProcessor::ExeCom(), TGo4ComSetLastStep::ExeCom(), TGo4ComSetFirstStep::ExeCom(), TGo4ComGetTreeStructure::ExeCom(), TGo4ComGetPicture::ExeCom(), TGo4ComGetParameter::ExeCom(), TGo4ComGetObjectStatus::ExeCom(), TGo4ComGetCondition::ExeCom(), TGo4ComGetCanvas::ExeCom(), TGo4ComCreateCondition::ExeCom(), TGo4ComCopyObject::ExeCom(), and SetReceiver(). |