VR-Forces Developer's Guide
 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 
42  virtual ~DtActiveSonarSensorDescriptor() override;
43 
46  virtual DtString type() const override;
47 
48  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
49 
52 
55  virtual bool publishActiveSonarSystem() const;
56  virtual void setPublishActiveSonarSystem(bool v);
58 
61  virtual const DtActiveSonarSystemEntry& activeSonarSystem() const;
62  virtual DtActiveSonarSystemEntry& activeSonarSystem();
64 
67  virtual bool activeByDefault() const;
68  virtual void setActiveByDefault(bool active);
70 
71 protected:
72 
76 
82 
88 
95 
97 };
98 
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
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
#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
DtRwBoolean myActiveByDefault
Parameter Name: active-by-default Parameter Description: Determines whether the sensor starts in an a...
Definition: activeSonarSensorDescriptor.h:94
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtActiveSonarSystemEntry myActiveSonarSystem
Parameter Name: active-sonar-system Parameter Description: A DtActiveSonarSystemEntry that manages th...
Definition: activeSonarSensorDescriptor.h:87
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:81
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtPassiveSonarSensorDescriptor & operator=(const DtPassiveSonarSensorDescriptor &orig)
assignment
File: rwVector.h.
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)