VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
passiveSonarSensorPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
13 
17 {
18 public:
19 
22  const DtString& rwName = DtString::nullString(),
23  DtReaderWriterRegistry* parentRegistry = 0);
24 
27  const DtString& rwName = DtString::nullString(),
28  DtReaderWriterRegistry* parentRegistry = 0);
29 
31  virtual ~DtPassiveSonarSensorPSR();
32 
35 
38  const DtString& rwName = DtString::nullString(),
39  DtReaderWriterRegistry* parentRegistry = 0) const;
40 
42  virtual DtString type() const;
43 
44  virtual void setDepth(DtReal depth);
45  virtual DtReal depth() const;
46 
47  virtual bool depthSpecified() const;
48  virtual void setDepthSpecified(bool specified);
49 
51  static DtVrfProcessStateRepository* creator (const DtString& rwName,
52  DtLocalObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
53 
54 protected:
56 
57 };
DtSignatureObjectSensorPSR & operator=(const DtSignatureObjectSensorPSR &orig)
assignment operator - not implemented
Definition: readerWriterRegistry.h:39
Process State Repository for the DtPassiveRadarSensor component.
Definition: passiveSonarSensorPSR.h:16
virtual DtString type() const
Returns the string type of the repository, as defined in procSRTypes.h.
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const
returns a newly created copy of this object
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
static DtVrfProcessStateRepository * creator(const DtString &rwName, DtLocalObject *vrfObject, DtReaderWriterRegistry *parentRegistry)
Returns a newly created instance of this class.
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
class DtSignatureObjectSensorPSR:
Definition: signatureObjectSensorPSR.h:18
Class DtVrfProcessStateRepository: Abstract base class for all process state repositories. Process state repositories represent (potentially) shared, savable information for one or more components functioning together to achieve some process or set of processes; such as aiming and firing a weapon; moving an object; or just waiting a specified amount of time.
Definition: vrfProcessStateRepository.h:45
DtRwReal myDepth
Definition: passiveSonarSensorPSR.h:55
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)