VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
laserDetectorPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 #pragma once
15 
18 
19 #include <vl/hostStructs.h>
20 #include "vrfutil/rwString.h"
21 #include "vrfutil/rwBoolean.h"
22 #include "vrfutil/rwReal.h"
23 #include "vrfutil/rwInt.h"
24 #include "vrfutil/rwVector.h"
25 #include <vrfutil/rwUUID.h>
26 
32 
35 {
36 
37 protected:
40 
41 public:
42  //constructor
43  DtLaserDetectorPSR(DtVrfObject* vrfObject,
44  const DtString& rwName = DtString::nullString(),
45  DtReaderWriterRegistry* parentRegistry = 0);
46 
47  //copy constructor
49  const DtString& rwName = DtString::nullString(),
50  DtReaderWriterRegistry* parentRegistry = 0);
51 
52  //assignment operator
54  const DtLaserDetectorPSR& orig);
55 
56  //destructor
57  virtual ~DtLaserDetectorPSR();
58 
59  //returns a copy of the PSR
61  const DtString& rwName = DtString::nullString(),
62  DtReaderWriterRegistry* parentRegistry = 0) const;
63 
65  virtual DtString type() const;
66 
69  virtual void setDesignatingEntity(const DtUUID&);
70 
72  virtual const DtRwVrfObjectReference& designatingEntity() const;
73  virtual DtRwVrfObjectReference& designatingEntity();
74 
76  virtual void setLasedLastTick(DtBoolean val);
77  virtual DtBoolean lasedLastTick() const;
78 
80  virtual void setWaveLength(const DtReal wave);
81  virtual const DtReal waveLength() const;
82 
84  virtual void setPower(const DtReal pow);
85  virtual const DtReal power() const;
86 
88  virtual void setDesignatorCode(const int code);
89  virtual const int designatorCode() const;
90 
92  static DtVrfProcessStateRepository* creator(const DtString& name,
93  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
94 
95 protected:
101 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)