VR-Forces 4.1 Class Documentation
condExpCheckEntityIdentificationLevel.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: condExpCheckEntityIdentificationLevel.h,v $ $Revision: 1.2 $ $State: Exp $
7 ** Created: 5/3/07 MEM
8 *******************************************************************************/
9 
12 
13 #ifndef condExpCheckEntityIdentificationLevel_H_
14 #define condExpCheckEntityIdentificationLevel_H_
15 
16 #include "vrfutil/rdrWritr.h"
17 #include "vrfutil/rwString.h"
18 #include "vrfutil/rwInt.h"
19 #include "vrfutil/condExpr.h"
20 
21 const char DtCeCheckEntIdLevelTypeName[] = "CheckEntityDetectionLevel";
22 
28 #include "vrfutil/vrfutilDefines.h"
30 {
31 public:
32 
35 
38 
41  DtReaderWriterRegistry* parentRegistry = NULL);
42 
45 
48 
50  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL);
51 
53  virtual int type() const;
54 
56  virtual void setEntityName(const DtString& name);
57  virtual const DtString& entityName() const;
58 
60  virtual void setLevel(const int level);
61  virtual const int level() const;
62 
69  virtual void setModifier(const DtString& arg);
70  virtual const DtString& modifier() const;
71 
81  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const;
82 
85  virtual int netRepSize() const;
86 
88  virtual bool setFromNet(const char* contentBuffer,
89  unsigned contentSize);
90 
93  virtual bool setToNet();
94 
95  static DtSimCondExpr * creator();
96 
97 protected:
101 };
102 
103 #endif
104 

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)