VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
12 #include <readerWriter/rwString.h>
13 #include <readerWriter/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 };
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
DtSimCondExpr & operator=(const DtSimCondExpr &orig)
assignment operator
virtual DtSimCondExpr * clone(DtReaderWriterRegistry *parentRegistry=NULL) const =0
clone operator
DT_DLL_VRVCORE DtTaitBryan level(const DtCoordinateSystem &cs, const DtVector &localOrigin, double topoHeading)
Returns a level orientation with the topographic heading.
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simCondExpr.h:142
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
DtRwString myModifier
Definition: ceCheckEntityIdentificationLevel.h:99
Definition: readerWriterRegistry.h:39
DtRwInt myIdentificationLevel
Definition: ceCheckEntityIdentificationLevel.h:98
Description: Readable, Writable uuid string.
Definition: rwUUID.h:419
class DtCeCheckEntityIdentificationLevel:
Definition: ceCheckEntityIdentificationLevel.h:25
virtual int netRepSize() const
These 3 should become pure virtual functions.
Definition: simCondExpr.h:139
Description: Readable, Writable int.
Definition: rwInt.h:25
DtRwUUID myEntity
Definition: ceCheckEntityIdentificationLevel.h:97
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:49
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
const char DtCeCheckEntIdLevelTypeName[]
Definition: ceCheckEntityIdentificationLevel.h:17
virtual DtString stringRep(int subExprIndex=DtSR_EXPR) const =0
Get a readable string representation of this level of this expression.
virtual bool setToNet()
Definition: simCondExpr.h:146
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)