VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
issuePlanCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfplan/simCommand.h"
12 #include "vrfutil/rwString.h"
13 #include <vrfplan/vrfplanDefines.h>
14 #include <vrfplan/plan.h>
15 #include "vrfutil/rwInt.h"
16 #include <vrfutil/rwUUID.h>
17 
19 {
20 public:
21 
24 
26  DtIssuePlanCommand(const DtString& writeName,
27  DtReaderWriterRegistry* parentRegistry = NULL);
28 
30  DtIssuePlanCommand(const DtString & writeName, const DtIssuePlanCommand& orig,
31  DtReaderWriterRegistry* parentRegistry = NULL);
32 
34  virtual ~DtIssuePlanCommand();
35 
38 
41 
43  virtual const DtSimCommandMessageType& type() const;
44 
46  virtual DtSimCommand * clone(const DtString & name, DtReaderWriterRegistry *
47  parentRegistry = 0) const;
48 
50 
51  virtual const DtUUID& issueTo() const;
52  virtual void setIssueTo(const DtUUID&);
54 
56 
57  virtual const DtPlan& plan() const;
58  virtual void setPlan(const DtPlan& name);
60 
61  virtual int netRepSize() const;
62  virtual bool setFromNet(const char* contentBuffer,
63  unsigned contentSize);
64  virtual bool setToNet();
65 
67  virtual DtString stringRep() const;
68 
69  static DtSimCommand* creator();
70 
71 protected:
72 
76 };
77 

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)