VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ceCheckEntityIdentificationLevel.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfutil/readerWriter.h"
12 #include "vrfutil/rwString.h"
13 #include "vrfutil/rwInt.h"
14 #include "vrfutil/simCondExpr.h"
15 #include <vrfutil/rwUUID.h>
16 
17 const char DtCeCheckEntIdLevelTypeName[] = "CheckEntityDetectionLevel";
18 
24 #include "vrfutil/vrfutilDefines.h"
26 {
27 public:
28 
31 
34 
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
41 
44 
46  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL) const;
47 
49  virtual int type() const;
50 
53  virtual void setEntity(const DtUUID&);
54 
56  virtual const DtUUID& entity() const;
57 
59  virtual void setLevel(const int level);
60  virtual const int level() const;
61 
68  virtual void setModifier(const DtString& arg);
69  virtual const DtString& modifier() const;
70 
80  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const;
81 
84  virtual int netRepSize() const;
85 
87  virtual bool setFromNet(const char* contentBuffer,
88  unsigned contentSize);
89 
92  virtual bool setToNet();
93 
94  static DtSimCondExpr * creator();
95 
96 protected:
100 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)