VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifMultiplePlanSet.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifMultiplePlan.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtIfMultiplePlanSet_H_
13 #define DtIfMultiplePlanSet_H_
14 
15 #include <vlutil/vlString.h>
16 #include <vrfExtProtocol/simInterfaceContent.h>
17 #include <vlutil/vlNetTypes.h>
18 #include <vlutil/vlList.h>
19 #include "vrfmsgs/ifPlan.h"
20 
21 #include <vector>
22 
24 
26 {
27  DtNetU8 myStatementCount;
28  DtNetU16 myNumberEntities;
29  DtNetBoolean myAppendPlan;
30  DtNetBoolean myAssign;
31  DtNetU8 myIsGlobal;
32  DtNetU8 myPadding2;
33  DtNetU8 myPadding3;
34 };
36 
65 
82 #include "vrfmsgs/vrfmsgsDefines.h"
84 {
85 public:
86 
89 
91  virtual ~DtIfMultiplePlanSet();
92 
95 
98 
100  virtual int type() const;
101 
102  virtual DtSimInterfaceContent * clone() const;
103 
105  //@(
106  virtual void setEntities(const std::vector<DtString>&);
107  virtual const std::vector<DtString>& entities() const;
109 
111  virtual void setName(const DtString & name);
112 
115  virtual const DtString & name() const;
116 
120  virtual int netRepSize() const;
121 
122  static DtSimInterfaceContent* creator();
123 
124  virtual const char* restoreName(const char* contentBuffer);
125 
128  virtual char* setNameToNet();
129 
130 protected:
131  std::vector<DtString> myEntities;
132  bool myNameSet;
133 };
134 
135 #endif

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)