VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
scenarioEventCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfplan/simCommand.h"
12 #include <readerWriter/rwString.h>
13 #include <readerWriter/rwInt.h>
16 
28 #include "vrfplan/vrfplanDefines.h"
30 {
31 public:
32 
35 
37  DtScenarioEventCommand(const DtString& writeName,
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
41  DtScenarioEventCommand(const DtString & writeName, const DtScenarioEventCommand& orig,
42  DtReaderWriterRegistry* parentRegistry = NULL);
43 
45  virtual ~DtScenarioEventCommand();
46 
49 
52 
54  virtual const DtSimCommandMessageType& type() const;
55 
57  virtual DtSimCommand * clone(const DtString & name, DtReaderWriterRegistry *
58  parentRegistry = 0) const;
59 
61 
62  virtual const DtUUID & uniqueId() const;
63  virtual void setUniqueId(const DtUUID & name);
65 
68  virtual void setOperation(int);
69  virtual int operation() const;
71 
72  virtual int netRepSize() const;
73  virtual bool setFromNet(const char* contentBuffer,
74  unsigned contentSize);
75  virtual bool setToNet();
76 
78  virtual DtString stringRep() const;
79 
80  static DtSimCommand* creator();
81 
82 protected:
85 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)