17#include "TGo4AnalysisClientImp.h"
18#include "TGo4AnalysisImp.h"
19#include "TGo4RemoteCommand.h"
25 GO4TRACE((12,
"TGo4ComAutosave::TGo4ComAutosave() ctor",__LINE__, __FILE__));
42 GO4TRACE((12,
"TGo4ComAutosave::ExeCom()", __LINE__, __FILE__));
48 Bool_t autoenab = ana->IsAutoSaveOn();
50 ana->SetAutoSave(kTRUE);
53 ana->SetAutoSave(autoenab);
57 GO4TRACE((11,
"TGo4ComAutosave::ExeCom() - no receiver specified ERROR!", __LINE__, __FILE__));
58 TGo4Log::Debug(
" !!! ComAutosave ''%s'': NO RECEIVER ERROR!!!", GetName());
void SendStatusMessage(Int_t level, Bool_t printout, const TString &text) override
Send message to gui.
static TGo4Analysis * Instance()
return analysis instance
void SetAutoSaveOverwrite(Bool_t over=kTRUE)
Int_t ExeCom() override
Do the command action.
void SetAutoSaveCompression(Int_t i=5)
void Set(TGo4RemoteCommand *remcon) override
Set internals of this command from specification of external remote command (command container).
Int_t fbAutoSaveOverwrite
overwrite mode for autosave (true) or append mode (false).
const char * GetAutoFileName() const
void SetAutoFileName(const char *name)
Int_t fiAutoSaveCompression
compression level for autosave file
void SetProtection(Go4CommandMode_t m)
void SetReceiverName(const char *)
TGo4CommandReceiver * fxReceiverBase
static void Debug(const char *text,...) GO4_PRINTF_ARGS
User shortcut for message with prio 0.
This command is a container for commands to be send from master to slave via inter-process transport.
const char * GetString(Int_t i) const
Int_t GetValue(Int_t i) const