VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
activeSonarSensorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma
13 
15 #include "readerWriter/rwVector.h"
16 #include <readerWriter/rwBoolean.h>
18 
23 {
24  private:
27 
28 public:
31  DtReaderWriterRegistry* parentRegistry = 0);
32 
35  orig, DtReaderWriterRegistry* parentRegistry = 0);
36 
40 
43 
46  virtual DtString type() const;
47 
49  DtReaderWriterRegistry * parentRegistry = 0) const;
50 
53 
56  virtual DtReal detectionPeriod() const;
57  virtual void setDetectionPeriod(DtReal detectionPeriod);
59 
62  virtual bool publishActiveSonarSystem() const;
63  virtual void setPublishActiveSonarSystem(bool v);
65 
68  virtual const DtActiveSonarSystemEntry& activeSonarSystem() const;
69  virtual DtActiveSonarSystemEntry& activeSonarSystem();
71 
74  virtual bool activeByDefault() const;
75  virtual void setActiveByDefault(bool active);
77 
78 protected:
79 
83 
93 
99 
105 
112 
114 };
115 
Instances of DtActiveSonarSystemEntry are used to specify some of the parameters in a DtEmitterCompon...
Definition: activeSonarSystemEntry.h:27
DtActiveSonarSensorDescriptor; descriptor for the DtActiveSonarSensor component.
Definition: activeSonarSensorDescriptor.h:22
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
virtual DtString type() const
Returns the type of component this descriptor describes.
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
DtRwReal myDetectionPeriod
Parameter Name: detection-period Parameter Description: The time between checks for new targets (or t...
Definition: activeSonarSensorDescriptor.h:92
Definition: readerWriterRegistry.h:39
DtRwBoolean myActiveByDefault
Parameter Name: active-by-default Parameter Description: Determines whether the sensor starts in an a...
Definition: activeSonarSensorDescriptor.h:111
DtActiveSonarSystemEntry myActiveSonarSystem
Parameter Name: active-sonar-system Parameter Description: A DtActiveSonarSystemEntry that manages th...
Definition: activeSonarSensorDescriptor.h:104
DtPassiveSonarSensorDescriptor; descriptor for the DtPassiveSonarSensor component.
Definition: passiveSonarSensorDescriptor.h:19
DtRwBoolean myPublishActiveSonarSystem
Parameter Name: publish-active-sonar-system Parameter Description: Flag indicating whether or not to ...
Definition: activeSonarSensorDescriptor.h:98
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtPassiveSonarSensorDescriptor & operator=(const DtPassiveSonarSensorDescriptor &orig)
assignment
virtual void setDetectionPeriod(DtReal detectionPeriod)
File: rwVector.h.
virtual DtReal detectionPeriod() const
Accessor/mutator for myDetectionPeriod.
static DtComponentDescriptor * creator()

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)