VR-Forces 4.1 Class Documentation
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 
18 {
19 public:
20 
23 
25  DtIssuePlanCommand(const DtString& writeName,
26  DtReaderWriterRegistry* parentRegistry = NULL);
27 
29  DtIssuePlanCommand(const DtString & writeName, const DtIssuePlanCommand& orig,
30  DtReaderWriterRegistry* parentRegistry = NULL);
31 
33  virtual ~DtIssuePlanCommand();
34 
37 
40 
42  virtual const DtSimCommandMessageType& type() const;
43 
45  virtual DtSimCommand * clone(const DtString & name, DtReaderWriterRegistry *
46  parentRegistry = 0) const;
47 
49 
50  virtual const DtString & objectName() const;
51  virtual void setObjectName(const DtString & name);
53 
55 
56  virtual const DtPlan& plan() const;
57  virtual void setPlan(const DtPlan& name);
59 
60  virtual int netRepSize() const;
61  virtual bool setFromNet(const char* contentBuffer,
62  unsigned contentSize);
63  virtual bool setToNet();
64 
66  virtual DtString stringRep() const;
67 
68  static DtSimCommand* creator();
69 
70 protected:
71 
75 };
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)