54 virtual double responseTimeout()
const;
55 virtual void setResponseTimeout(
double value);
60 virtual int responseRetries()
const;
61 virtual void setResponseRetries(
int value);
72 virtual bool stopAtEmbarkationPoint()
const;
73 virtual void setStopAtEmbarkationPoint(
bool value);
78 virtual bool invisibleAtOrigin()
const;
79 virtual void setInvisibleAtOrigin(
bool value);
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: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: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. 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: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