48 DtTime maxSendInterval()
const;
50 void setMaxSendInterval(
DtTime ival);
54 DtTime minSendInterval()
const;
56 void setMinSendInterval(
DtTime ival);
61 virtual bool prepMessage();
68 virtual bool sendMessage();
74 virtual const char*
type()
const;
81 DtTime timeLastSent()
const;
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
DtVrfExtensions myVrfExtensions
Definition: vrfObjectDataMessenger.h:106
const DtControllerComponent & operator=(const DtControllerComponent &orig)
assignment operator
Definition: vrfExtensions.h:22
virtual const char * type() const =0
This returns a string from compTypes.h, and identifies the type of component.
DtTime myMaxSendInterval
Definition: vrfObjectDataMessenger.h:98
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
virtual bool init()
Calls setRadio()
Contains the DtVrfExtensions class declaration.
virtual void setComponentDescriptor(DtComponentDescriptor *componentDescriptor)
The component descriptor specified in the order of battle file or parameter file that was used to cre...
DtTime myMinSendInterval
Definition: vrfObjectDataMessenger.h:100
File: simMsg.h.
Definition: simMessage.h:35
bool myNeedToSendUpdate
Definition: vrfObjectDataMessenger.h:102
virtual void tick()
This gives the thread of control to the component.
DtTime timeLastSent() const
Definition: vrfObjectDataMessenger.h:116
The base class for all messages to/from a specific DtVrfObject.
Definition: vrfObjectMessage.h:30
End User Description: DtControllerComponent is the base class for all controllers components...
Definition: controllerComponent.h:29
DtTime minSendInterval() const
Shortest period of time to wait before resending message.
Definition: vrfObjectDataMessenger.h:113
DtVrfObjectDataMessenger sends DtVrfObjectData messages when attached to remote entities.
Definition: vrfObjectDataMessenger.h:23
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
DtTime myTimeLastSent
Definition: vrfObjectDataMessenger.h:104
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
void setMinSendInterval(DtTime ival)
Definition: vrfObjectDataMessenger.h:114
void setMaxSendInterval(DtTime ival)
Definition: vrfObjectDataMessenger.h:111
DtTime maxSendInterval() const
Longest period of time to wait before resending message.
Definition: vrfObjectDataMessenger.h:109