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() override;
53 
56  virtual DtString type() const override;
57 
58  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
59 
60 
61  static DtComponentDescriptor * creator();
62 
63 protected:
64 
65 };
66 
67 #endif
68 
69 
70 
#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 Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)