14#ifndef TGO4COMAUTOSAVE_H
15#define TGO4COMAUTOSAVE_H
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).
TString fxAutoFileName
Name of the autosave file.
const char * GetAutoFileName() const
void SetAutoFileName(const char *name)
Int_t fiAutoSaveCompression
compression level for autosave file
This command is a container for commands to be send from master to slave via inter-process transport.