VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
laserTrackerPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: laserTrackerPSR.h,v $ $Revision: 1.3 $ $State: Exp $
7 ** Created: 7/12/04, MEM Updated: 7/21/04
8 *******************************************************************************/
9 
12 
18 
19 #ifndef DtLaserTrackerPSR_H_
20 #define DtLaserTrackerPSR_H_
21 
23 
24 #include <vl/hostStructs.h>
25 #include <readerWriter/rwString.h>
26 #include <readerWriter/rwBoolean.h>
27 #include <readerWriter/rwReal.h>
28 #include <readerWriter/rwInt.h>
29 #include "readerWriter/rwVector.h"
30 
31 
32 
36 
39 {
40 
41 protected:
44 
45 public:
46  //constructor
47  DtLaserTrackerPSR(DtVrfObject* vrfObject,
48  const DtString& rwName = DtString::nullString(),
49  DtReaderWriterRegistry* parentRegistry = 0);
50 
51  //copy constructor
53  const DtString& rwName = DtString::nullString(),
54  DtReaderWriterRegistry* parentRegistry = 0);
55 
56  //assignment operator
58  const DtLaserTrackerPSR& orig);
59 
60  //destructor
61  virtual ~DtLaserTrackerPSR();
62 
63  //returns a copy of the PSR
65  const DtString& rwName = DtString::nullString(),
66  DtReaderWriterRegistry* parentRegistry = 0) const;
67 
69  virtual DtString type() const;
70 
72  virtual void setDesignatorCode(const int code);
73  virtual const int designatorCode() const;
74 
76  static DtVrfProcessStateRepository* creator(const DtString& name,
77  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
78 
79 protected:
81 };
82 
83 #endif
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
Definition: readerWriterRegistry.h:39
DtRwInt myDesignatorCode
Definition: laserTrackerPSR.h:80
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Description: Readable, Writable int.
Definition: rwInt.h:25
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const =0
File: laserLauncherPSR.h.
Definition: laserTrackerPSR.h:38
Class DtVrfProcessStateRepository: Abstract base class for all process state repositories.
Definition: vrfProcessStateRepository.h:43
virtual DtString type() const =0
Returns the string type of the repository, as defined in procSRTypes.h.
File: rwVector.h.
const DtVrfProcessStateRepository & operator=(const DtVrfProcessStateRepository &orig)

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)