VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
searchRescueSensorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
17 #include "readerWriter/rwVector.h"
19 #include <readerWriter/rwString.h>
20 #include <readerWriter/rwReal.h>
22 
27 {
28 private:
31 
32 public:
35  DtReaderWriterRegistry* parentRegistry = 0);
36 
39  orig, DtReaderWriterRegistry* parentRegistry = 0);
40 
44 
46  virtual ~DtSearchRescueSensorDescriptor() override;
47 
50  virtual DtString type() const override;
51 
52  //virtual bool init();
53 
54  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
55 
58 
61  virtual const unsigned int trackingFrequency() const;
62  virtual void setTrackingFrequency(const unsigned int freq);
64 
65 protected:
69 
76 
78 };
79 
80 
DtSearchRescueSensorDescriptor; descriptor for the DtSearchRescueSensor component.
Definition: searchRescueSensorDescriptor.h:26
DtSignatureObjectSensorDescriptor & operator=(const DtSignatureObjectSensorDescriptor &orig)
assignment
#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
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
Definition: readerWriterRegistry.h:39
DtRwInt myTrackingFrequency
Parameter Name: tracking-frequency Parameter Description: The frequency of transmitters to search for...
Definition: searchRescueSensorDescriptor.h:75
static DtComponentDescriptor * creator()
Description: Readable, Writable int.
Definition: rwInt.h:25
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtSignatureObjectSensorDescriptor; descriptor for the DtSignatureObjectSensor component.
Definition: signatureObjectSensorDescriptor.h:31
File: rwVector.h.

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)