VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjparam
laserDetectorDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: laserDetectorDesc.h,v $ $Revision: 1.1 $ $State: Exp $
7
** Created: 7/9/04, MEM Updated:7/19/04
8
*******************************************************************************/
9
12
18
19
#ifndef DtLaserDetectorDescriptor_H_
20
#define DtLaserDetectorDescriptor_H_
21
22
#include "
vrfobjparam/componentDescriptor.h
"
23
#include <
readerWriter/rwReal.h
>
24
#include <
readerWriter/rwInt.h
>
25
#include "
vrfutil/simClock.h
"
26
31
32
#include <
vrfobjparam/vrfobjparamDefines.h
>
33
class
DT_DLL_vrfobjparam
DtLaserDetectorDescriptor
:
public
DtComponentDescriptor
34
{
35
protected
:
37
DtLaserDetectorDescriptor
();
38
39
public
:
41
DtLaserDetectorDescriptor
(
const
DtString
& name,
42
DtReaderWriterRegistry
* parentRegistry = 0);
43
45
DtLaserDetectorDescriptor
(
const
DtLaserDetectorDescriptor
&
46
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
47
49
DtLaserDetectorDescriptor
&
operator=
(
const
50
DtLaserDetectorDescriptor
& orig);
51
52
virtual
~
DtLaserDetectorDescriptor
();
53
56
virtual
DtString
type
()
const
;
57
58
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
59
= 0)
const
;
60
61
62
static
DtComponentDescriptor
*
creator
();
63
64
protected
:
65
66
};
67
68
#endif
69
70
71
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)