VR-Forces 4.1 Class Documentation
ceEntEmbarked.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ceEntEmbarked.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtCeEmbarked_H_
13 #define DtCeEmbarked_H_
14 
15 #include "vrfutil/rdrWritr.h"
16 #include "vrfutil/rwString.h"
17 #include "vrfutil/rwBoolean.h"
18 
19 #include "vrfutil/condExpr.h"
20 
21 const char DtCeEntEmbarkationStateChangeTypeName[] = "EmbarkationStateChange";
22 
26 {
30  DtNetU8 myPadding1;
31 };
32 
38 #include "vrfutil/vrfutilDefines.h"
40 {
41 public:
42 
45 
48 
51  DtReaderWriterRegistry* parentRegistry = NULL);
52 
55 
58 
60  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL);
61 
63  virtual int type() const;
64 
66  virtual void setEntityName(const DtString& name);
67  virtual const DtString& entityName() const;
68 
71  virtual void setEmbarkedOn(const DtString& name);
72  virtual const DtString& embarkedOn() const;
73 
78  virtual void setModifier(const DtString& arg);
79  virtual const DtString& modifier() const;
80 
90  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const;
91 
94  virtual int netRepSize() const;
95 
97  virtual bool setFromNet(const char* contentBuffer,
98  unsigned contentSize);
99 
102  virtual bool setToNet();
103 
104  static DtSimCondExpr * creator();
105 
106 protected:
110 };
111 
112 #endif
113 
114 

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)