VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
laserDetectorDesc.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/compDesc.h
"
23
#include "
vrfutil/rwReal.h
"
24
#include "
vrfutil/rwInt.h
"
25
#include "
vrfutil/vlClock.h
"
26
31
32
class
DtLaserDetectorDescriptor
:
public
DtComponentDescriptor
33
{
34
protected
:
36
DtLaserDetectorDescriptor
();
37
38
public
:
40
DtLaserDetectorDescriptor
(
const
DtString
&
name
,
41
DtReaderWriterRegistry
* parentRegistry = 0);
42
44
DtLaserDetectorDescriptor
(
const
DtLaserDetectorDescriptor
&
45
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
46
48
DtLaserDetectorDescriptor
&
operator=
(
const
49
DtLaserDetectorDescriptor
& orig);
50
51
virtual
~DtLaserDetectorDescriptor
();
52
55
virtual
DtString
type
()
const
;
56
57
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
58
= 0)
const
;
59
60
61
static
DtComponentDescriptor
*
creator
();
62
63
protected
:
64
65
};
66
67
#endif
68
69
70
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
)