VR-Forces 4.10 Class Documentation
 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();
41 
44  virtual DtString type() const;
45 
46  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
47  = 0) const;
48 
51 
54  virtual double responseTimeout() const;
55  virtual void setResponseTimeout(double value);
57 
60  virtual int responseRetries() const;
61  virtual void setResponseRetries(int value);
63 
66  virtual const DtRwStringAttributeList& techniqueMap() const;
67  virtual DtRwStringAttributeList& techniqueMap();
69 
72  virtual bool stopAtEmbarkationPoint() const;
73  virtual void setStopAtEmbarkationPoint(bool value);
75 
78  virtual bool invisibleAtOrigin() const;
79  virtual void setInvisibleAtOrigin(bool value);
81 
82 private:
85 
86 protected:
90 
97 
103 
110 
117 
125 };
DtRwStringAttributeList myTechniqueMap
Parameter Name: technique-map Parameter Description: Map between a technique for embark/disembark giv...
Definition: embarkationDescriptor.h:123
#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:42
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:109
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:102
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.
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:116
DtRwReal myResponseTimeout
Parameter Name: response-timeout Parameter Description: Should set the timeout period for waiting for...
Definition: embarkationDescriptor.h:96
class DtRwStringAttributeList:
Definition: rwStringAttributeList.h:29

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)