23 bool isUsable()
const;
27 void removeNextFrameRangeItem(
int index);
30 void clearNextFrameRangeItems();
31 void updateMaximumSensorRangeRing();
34 void disableRangeRingPublishing(
bool);
36 void setRangeRingsParametersPublisherTickRate(
double d);
40 virtual void setupDecorator();
DtLocalObjectFacade< DtRangeItemSimObjectFacadeInterface, DtRangeItemLocalObjectFacadeInterface > DtRangeItemLocalObjectFacade
Definition: rangeItemLocalObjectFacade.h:46
bool hasRangeRings() const
Definition: rangeItemLocalObjectFacade.h:24
This class will contain the range ring item publisher that can be used to publish range ring items (d...
Definition: rangeItemDecorator.h:14
Definition: rangeItem.h:149
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
If inheriting from a base sim object proxy.
Definition: localObjectFacadeBase.h:32
Definition: rangeItem.h:206
DtRangeItemLocalObjectDecorator * myRangeItemLocalDecorator
Definition: rangeItemLocalObjectFacade.h:43
The DtRangeItemLocalObjectFacadeInterface class deals with range ring items for objects that support ...
Definition: rangeItemLocalObjectFacade.h:15
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