58 virtual const char*
type()
const;
67 static void setTDLMessagingCallback(
DtSimMessage* msg,
void* usr);
69 virtual void setLocalEnabled(
bool);
78 virtual void setGlobalEnabledOverridingLocal();
80 virtual void turnTDLMessagingOn();
81 virtual void turnTDLMessagingOff();
91 virtual void readGlobalEnabledSetting(
const DtBoolSetting* enabledSetting);
94 virtual bool canSendTDLMessages()
const;
97 virtual bool messageNeedsUpdate()
const;
100 virtual bool needsHeartbeatUpdate()
const;
103 virtual bool createPSR();
106 virtual void updatePSR();
109 virtual void registerRadioMessageCallbacks();
112 virtual bool sendMessage() = 0;
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
Process State Repository for a DtTDLMessageGeneratorController.
Definition: tdlMessageGeneratorControllerPSR.h:17
const DtControllerComponent & operator=(const DtControllerComponent &orig)
assignment operator
Definition: boolSetting.h:30
virtual const char * type() const =0
This returns a string from compTypes.h, and identifies the type of component.
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtTDLMessageGeneratorControllerDescriptor; descriptor for subclasses of the DtTDLMessageGeneratorCont...
Definition: tdlMessageGeneratorControllerDescriptor.h:18
Definition: readerWriterRegistry.h:39
virtual bool init()
Calls setRadio()
Definition: settingsObject.h:27
bool myTDLMessagingEnabled
Definition: tdlMessageGeneratorController.h:118
File: simMsg.h.
Definition: simMessage.h:35
virtual void tick()
This gives the thread of control to the component. The component is ticked once each simulation from ...
Definition: vrfTDLMessage.h:54
DtTDLMessageGeneratorControllerDescriptor * myTDLDescriptor
Definition: tdlMessageGeneratorController.h:116
End User Description: DtControllerComponent is the base class for all controllers components...
Definition: controllerComponent.h:31
Definition: tdlMessageGeneratorController.h:30
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:89
DtTDLMessageGeneratorControllerPSR * myProcessState
Definition: tdlMessageGeneratorController.h:115
DtPlatformLocalObjectFacade myPlatformLocalObjectFacade
Definition: tdlMessageGeneratorController.h:119
bool myGlobalEnabled
Definition: tdlMessageGeneratorController.h:117
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86