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
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 "
vrfutil/rwReal.h
"
24
#include "
vrfutil/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 Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)