14#ifndef TGO4COMMANDPROTOLIST_H
15#define TGO4COMMANDPROTOLIST_H
TGo4CommandProtoList & operator+=(const TGo4CommandProtoList &two)
Adds second command list to this.
void AddCommand(TGo4Command *com)
Adds a Command to the list.
TMutex * fxListMutex
aggregation 1
TGo4Command * MakeCommand(const char *name)
Creates a Clone of the specified command by name.
virtual ~TGo4CommandProtoList()
virtual void ShowCommands()
Display all commands in list by name and description.
void RemoveCommand(const char *name)
removes command from list
TGo4CommandProtoList(const char *name)
TObjArray * fxCommandList
aggregation 1
This is the Go4 Abstract Command Class; part of the Base command pattern.
This command is a container for commands to be send from master to slave via inter-process transport.