VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
23 #include <readerWriter/rwReal.h>
24 #include <readerWriter/rwInt.h>
25 #include "vrfutil/simClock.h"
26 
31 
34 {
35 protected:
38 
39 public:
42  DtReaderWriterRegistry * parentRegistry = 0);
43 
46  orig, DtReaderWriterRegistry * parentRegistry = 0);
47 
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 
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
File: vlClock.h.
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
File: lasingCtlrDesc.h.
Definition: laserDetectorDescriptor.h:33
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)