VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
laserDetector.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfobjcore/simCmpnt.h
"
12
#include <vl/globalObjDes.h>
13
#include "
vrfmodel/vrfmodelDefines.h
"
14
17
18
class
DtReflectedDesignatorList;
19
class
DtLaserDetectorOutputPort
;
20
class
DtLaserDetectorDescriptor
;
21
class
DtLaserDetectorPSR
;
22
28
29
class
DT_DLL_vrfmodel
DtLaserDetector
:
public
DtSimComponent
30
{
31
public
:
33
DtLaserDetector
(
const
DtString
& name,
DtVrfObject
* owner,
34
DtSimManager
* simManager,
DtComponentDescriptor
* desc = NULL,
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
virtual
~
DtLaserDetector
();
39
41
virtual
bool
init
();
42
45
virtual
bool
createReflectedDesignatorList();
46
48
virtual
DtString
type
();
49
52
virtual
void
setEntity
(
DtVrfObject
* entity);
53
55
virtual
void
tick
();
56
58
virtual
DtLaserDetectorOutputPort
* laserListPort()
const
;
59
63
virtual
void
getProcessSR();
64
68
static
DtSimComponent
* creator(
const
DtString
& name,
DtVrfObject
* owner,
69
DtSimManager
* simManager,
DtComponentDescriptor
* desc,
70
DtReaderWriterRegistry
* parentRegistry);
71
72
protected
:
73
75
virtual
bool
createPorts
();
76
77
protected
:
80
DtLaserDetector
();
81
83
DtLaserDetector
(
const
DtLaserDetector
& orig);
84
86
DtLaserDetector
&
operator=
(
const
DtLaserDetector
& orig);
87
88
protected
:
89
91
DtReflectedDesignatorList*
myReflectedDesignatorList
;
92
95
DtLaserDetectorOutputPort
*
myLaserDetectorListPort
;
96
98
DtGlobalObjectDesignator
myGlobalId
;
99
DtLaserDetectorDescriptor
*
myComponentDescriptor
;
100
103
DtLaserDetectorPSR
*
myProcessState
;
104
};
105
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)