VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
stealthCommandCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrfplan/simCommand.h"
14 #include "vrfplan/vrfplanDefines.h"
15 #include <readerWriter/rwString.h>
16 #include "vrfutil/rwTaitBryan.h"
18 #include "readerWriter/rwVector.h"
19 
23 {
24 public:
25 
28 
30  DtStealthCommandCommand(const DtString& writeName,
31  DtReaderWriterRegistry* parentRegistry = NULL);
32 
34  DtStealthCommandCommand(const DtString & writeName, const DtStealthCommandCommand& orig,
35  DtReaderWriterRegistry* parentRegistry = NULL);
36 
39  DtReaderWriterRegistry* parentRegistry = NULL);
40 
42  virtual ~DtStealthCommandCommand();
43 
46 
47  bool operator==(const DtStealthCommandCommand&) const;
48 
49  virtual DtString stringRep() const;
50 
51  static DtSimCommand* creator();
52 
54  virtual const DtSimCommandMessageType& type() const;
55 
57  virtual DtSimCommand * clone(const DtString & name, DtReaderWriterRegistry *
58  parentRegistry = 0) const;
59 
60  virtual int netRepSize() const;
61  virtual bool setFromNet(const char* contentBuffer,
62  unsigned contentSize);
63  virtual bool setToNet();
64 
68  virtual void setStealthCommand(const DtString&);
69  virtual const DtString& stealthCommand() const;
71 
77  virtual DtRwVariableBindings& variables();
78  virtual const DtRwVariableBindings& variables() const;
79 
80  virtual void setVariables(const DtRwVariableBindings&);
81 
83  virtual void addVariable(const DtReaderWriter&);
84 
86  virtual void removeVariable(const DtString&);
88 
89 protected:
92 };

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)