VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
embarkationDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include <readerWriter/rwReal.h>
16 #include <readerWriter/rwInt.h>
18 
20 
25 {
26 public:
29  parentRegistry = 0);
30 
33  DtReaderWriterRegistry * parentRegistry = 0);
34 
38 
40  virtual ~DtEmbarkationDescriptor() override;
41 
44  virtual DtString type() const override;
45 
46  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
47 
50 
53  virtual double responseTimeout() const;
54  virtual void setResponseTimeout(double value);
56 
59  virtual int responseRetries() const;
60  virtual void setResponseRetries(int value);
62 
65  virtual const DtRwStringAttributeList& techniqueMap() const;
66  virtual DtRwStringAttributeList& techniqueMap();
68 
71  virtual bool stopAtEmbarkationPoint() const;
72  virtual void setStopAtEmbarkationPoint(bool value);
74 
77  virtual bool invisibleAtOrigin() const;
78  virtual void setInvisibleAtOrigin(bool value);
80 
81 private:
84 
85 protected:
89 
96 
102 
109 
116 
124 };
DtRwStringAttributeList myTechniqueMap
Parameter Name: technique-map Parameter Description: Map between a technique for embark/disembark giv...
Definition: embarkationDescriptor.h:122
#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
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwBoolean myStopAtEmbarkationPoint
Parameter Name: stop-at-embarkation-point Parameter Description: Specifies whether the entity should ...
Definition: embarkationDescriptor.h:108
Description: Readable, Writable int.
Definition: rwInt.h:25
DtRwInt myResponseRetries
Parameter Name: response-retries Parameter Description: Sets the number of retries for sending an emb...
Definition: embarkationDescriptor.h:101
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Instances of DtEmbarkationDescriptor are used to specify the parameters for a DtEmbarkationController...
Definition: embarkationDescriptor.h:24
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtRwBoolean myInvisibleAtOrigin
Parameter Name: invisible-at-origin Parameter Description: Specifies whether or not the object embark...
Definition: embarkationDescriptor.h:115
DtRwReal myResponseTimeout
Parameter Name: response-timeout Parameter Description: Should set the timeout period for waiting for...
Definition: embarkationDescriptor.h:95
class DtRwStringAttributeList:
Definition: rwStringAttributeList.h:29

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)