#include <TGo4ComAutosave.h>
Inheritance diagram for TGo4ComAutosave:
Public Member Functions | |
TGo4ComAutosave () | |
virtual | ~TGo4ComAutosave () |
Int_t | ExeCom () |
Do the command action. | |
virtual void | Set (TGo4RemoteCommand *remcon) |
Set internals of this command from specification of external remote command (command container). | |
void | SetAutoSaveCompression (Int_t i=5) |
void | SetAutoSaveOverwrite (Bool_t over=kTRUE) |
void | SetAutoFileName (const char *name) |
const char * | GetAutoFileName () const |
Private Attributes | |
Int_t | fiAutoSaveCompression |
compression level for autosave file | |
Int_t | fbAutoSaveOverwrite |
overwrite mode for autosave (true) or append mode (false). | |
TString | fxAutoFileName |
Name of the autosave file. |
Definition at line 25 of file TGo4ComAutosave.h.
|
Definition at line 23 of file TGo4ComAutosave.cxx. References kGo4ComModeController, TGo4Command::SetProtection(), TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 33 of file TGo4ComAutosave.cxx. References TRACE. |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 46 of file TGo4ComAutosave.cxx. References TGo4Analysis::AutoSave(), TGo4Log::Debug(), fbAutoSaveOverwrite, fiAutoSaveCompression, TGo4Command::fxReceiverBase, GetAutoFileName(), TGo4Analysis::Instance(), TGo4Analysis::IsAutoSaveOn(), TGo4Slave::SendStatusMessage(), TGo4Analysis::SetAutoSave(), TGo4Analysis::SetAutoSaveFile(), and TRACE. |
|
Set internals of this command from specification of external remote command (command container). Must be overloaded for each specific command! Reimplemented from TGo4Command. Definition at line 38 of file TGo4ComAutosave.cxx. References TGo4RemoteCommand::GetString(), TGo4RemoteCommand::GetValue(), SetAutoFileName(), SetAutoSaveCompression(), and SetAutoSaveOverwrite(). |
|
Definition at line 39 of file TGo4ComAutosave.h. References fiAutoSaveCompression. Referenced by Set(). |
|
Definition at line 41 of file TGo4ComAutosave.h. References fbAutoSaveOverwrite. Referenced by Set(). |
|
Definition at line 43 of file TGo4ComAutosave.h. References fxAutoFileName. Referenced by Set(). |
|
Definition at line 45 of file TGo4ComAutosave.h. References fxAutoFileName. Referenced by ExeCom(). |
|
compression level for autosave file
Definition at line 50 of file TGo4ComAutosave.h. Referenced by ExeCom(), and SetAutoSaveCompression(). |
|
overwrite mode for autosave (true) or append mode (false).
Definition at line 53 of file TGo4ComAutosave.h. Referenced by ExeCom(), and SetAutoSaveOverwrite(). |
|
Name of the autosave file. Replaces previously set name Definition at line 56 of file TGo4ComAutosave.h. Referenced by GetAutoFileName(), and SetAutoFileName(). |