GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4TaskHandlerCommandList.h>
Public Member Functions | |
TGo4TaskHandlerCommandList (const char *name) | |
virtual | ~TGo4TaskHandlerCommandList () |
Public Member Functions inherited from TGo4CommandProtoList | |
TGo4CommandProtoList (const char *name) | |
virtual | ~TGo4CommandProtoList () |
virtual void | ShowCommands () |
TGo4Command * | MakeCommand (const char *name) |
TGo4Command * | MakeCommand (TGo4RemoteCommand *remcon) |
void | RemoveCommand (const char *name) |
void | AddCommand (TGo4Command *com) |
TGo4CommandProtoList & | operator+= (const TGo4CommandProtoList &two) |
Private Member Functions | |
TGo4TaskHandlerCommandList () | |
Class containing all command prototypes of the TaskHandler system commands (and the basic test commands); may be derived by application or user command list class which can add own commands into the list using AddCommand Method of TGo4CommandProtoList Base Class
Definition at line 25 of file TGo4TaskHandlerCommandList.h.
TGo4TaskHandlerCommandList::TGo4TaskHandlerCommandList | ( | const char * | name | ) |
Definition at line 27 of file TGo4TaskHandlerCommandList.cxx.
References TGo4CommandProtoList::AddCommand().
|
virtual |
Definition at line 41 of file TGo4TaskHandlerCommandList.cxx.
|
private |