VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ceMissileApproachWarning.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfutil/simCondExpr.h"
12 #include <readerWriter/rwReal.h>
13 #include <readerWriter/rwString.h>
14 
15 const char DtCeMissileApproachWarningTypeName[] = "MissileApproachWarning";
16 
24 #include "vrfutil/vrfutilDefines.h"
26 {
27 public:
28 
31 
34 
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
40  virtual ~DtCeMissileApproachWarning();
41 
44 
46  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = 0) const;
47 
49  virtual int type() const;
50 
52  virtual void setRange(DtReal alt);
53  virtual DtReal range() const;
54 
64  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const;
65 
68  virtual int netRepSize() const;
69 
71  virtual bool setFromNet(const char* contentBuffer,
72  unsigned contentSize);
73 
76  virtual bool setToNet();
77 
78  static DtSimCondExpr* creator();
79 
80 protected:
82 };
83 
const char DtCeMissileApproachWarningTypeName[]
Definition: ceMissileApproachWarning.h:15
DtSimCondExpr & operator=(const DtSimCondExpr &orig)
assignment operator
virtual DtSimCondExpr * clone(DtReaderWriterRegistry *parentRegistry=NULL) const =0
clone operator
class DtCeMissileApproachWarning:
Definition: ceMissileApproachWarning.h:25
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simCondExpr.h:142
DtRwReal myRange
Definition: ceMissileApproachWarning.h:81
Definition: readerWriterRegistry.h:39
virtual int netRepSize() const
These 3 should become pure virtual functions.
Definition: simCondExpr.h:139
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:49
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
#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
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 Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)