VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfutil
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 "
vrfutil/rwReal.h
"
13
#include "
vrfutil/rwString.h
"
14
15
const
char
DtCeMissileApproachWarningTypeName
[] =
"MissileApproachWarning"
;
16
24
#include "
vrfutil/vrfutilDefines.h
"
25
class
DT_DLL_vrfutil
DtCeMissileApproachWarning
:
public
DtSimCondExpr
26
{
27
public
:
28
30
DtCeMissileApproachWarning
();
31
33
DtCeMissileApproachWarning
(
DtReaderWriterRegistry
* parentRegistry);
34
36
DtCeMissileApproachWarning
(
const
DtCeMissileApproachWarning
& orig,
37
DtReaderWriterRegistry
* parentRegistry = NULL);
38
40
virtual
~
DtCeMissileApproachWarning
();
41
43
DtCeMissileApproachWarning
&
operator=
(
const
DtCeMissileApproachWarning
& orig);
44
46
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = 0);
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
:
81
DtRwReal
myRange
;
82
};
83
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)