VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 #pragma once
12 
14 #include <vlutil/vlString.h>
16 #include "vrfutil/rwUUID.h"
17 
18 class DtSimManager;
19 class DtSimCommand;
21 
27 
29 {
30 public:
32 
33  virtual ~DtSimCommandExecutor();
34 
43  virtual bool execute(const DtSimCommand* command) = 0;
44 
51  virtual bool execute(const DtSimCommand* command, const DtUUID& objectName);
52 
54  static void setFactory(DtSimCommandExecutorFactory* factory);
55 
58  static DtSimCommandExecutor* createSimCommandExecutor(const DtSimCommandMessageType& type, DtSimManager* simManager);
59 
60 private:
66  DtSimCommandExecutor& operator=(const DtSimCommandExecutor& orig);
67 
68 protected:
70 
72 };

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)