VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
emergencyBeaconDescriptor.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 
15 #include "readerWriter/rwVector.h"
16 #include <readerWriter/rwBoolean.h>
18 
20 
27 {
28 public:
31  DtReaderWriterRegistry* parentRegistry = NULL);
33  DtReaderWriterRegistry* parentRegistry = NULL);
34 
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
42 
44  virtual ~DtEmergencyBeaconDescriptor();
45 
48  virtual DtString type() const;
49 
51  DtReaderWriterRegistry* parentRegistry = NULL) const;
52 
55 
58  virtual DtVector beaconLocation() const;
59  virtual void setBeaconLocation(const DtVector &location);
61 
64  virtual bool on() const;
65  virtual void setOn(bool onOff);
67 
70  virtual bool autoActivateInWater() const;
71  virtual void setAutoActivateInWater(bool onOff);
73 
76  virtual DtVrfRadioTransmitterParams& transmitterParams();
77  virtual const DtVrfRadioTransmitterParams& transmitterParams() const;
79 
80 protected:
84 
90 
95 
100 
107 
108 };
109 
DtVrfRadioTransmitterParams myTransmitterParams
Parameter Name: transmitter-params Parameter Description: Parameters for the publishing of a DIS/RPR ...
Definition: emergencyBeaconDescriptor.h:105
Definition: symbolString.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Definition: vrfRadioTransmitterParams.h:18
DtRwBoolean myAutoActivateInWater
Parameter Name: activate-on-water-contact Parameter Description: If beacon is in water should it act...
Definition: emergencyBeaconDescriptor.h:99
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
Definition: rwVector.h:23
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
virtual DtString type() const
Returns the type of component this descriptor describes.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
Instances of DtEmergencyBeaconDescriptor are used to specify the parameters for a DtEmergencyBeaconCo...
Definition: emergencyBeaconDescriptor.h:26
DtRwBoolean myOn
Parameter Name: on-at-start Parameter Description: Beacon on-state at creation.
Definition: emergencyBeaconDescriptor.h:94
DtRwVector myBeaconLocation
Parameter Name: beacon-location Parameter Description: Emitter system offset from entity in meters...
Definition: emergencyBeaconDescriptor.h:89
File: rwVector.h.

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)