VR-Forces 4.1 Class Documentation
simCommandExecutor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #ifndef simCommandExecutor_h
12 #define simCommandExecutor_h
13 
15 #include <vlutil/vlString.h>
16 #include "vrftasks/radioMsgTypes.h"
17 
18 class DtSimManager;
19 class DtSimCommand;
21 
22 
28 
30 {
31 public:
33 
34  virtual ~DtSimCommandExecutor();
35 
44  virtual bool execute(const DtSimCommand* command) = 0;
45 
52  virtual bool execute(const DtSimCommand* command, const DtString& objectName);
53 
55  static void setFactory(DtSimCommandExecutorFactory* factory);
56 
59  static DtSimCommandExecutor* createSimCommandExecutor(const DtSimCommandMessageType& type, DtSimManager* simManager);
60 
61 private:
67  DtSimCommandExecutor& operator=(const DtSimCommandExecutor& orig);
68 
69 protected:
71 
73 };
74 
75 #endif
76 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)