![]() |
VR-Vantage API Documentation
|
This class will wrap a VR-Link DtEnvironmentalProcessPublisher to allow for easier creation of a publisher that is compatible with VR-Forces. More...

Public Member Functions | |
| DtTacticalSmokePublisher (DtExerciseConn *conn) | |
| Create a new instance of the control object publisher which will, in turn, create the environmental process publisher, given a object id (DIS) or name (HLA). | |
| DtTacticalSmokePublisher (DtExerciseConn *conn, const DtDDMRegionSet *regionSetToUse) | |
| virtual | ~DtTacticalSmokePublisher () |
| Also destroys publisher. | |
| virtual DtTacticalSmokeObjectRepository * | tssr () |
| Access the underlying network state repository. | |
| virtual const DtTacticalSmokeObjectRepository * | tssr () const |
| virtual void | setTranslationThreshold (double d) |
| Set/Get thresholds for sending location. | |
| virtual double | translationThreshold () const |
| virtual void | setRotationThreshold (double d) |
| Set/Get thresholds for sending orientation. | |
| virtual double | rotationThreshold () const |
| virtual void | setDensityThreshold (double d) |
| Set/Get thresholds for sending density. | |
| virtual double | densityThreshold () const |
| virtual void | setSigmaThreshold (double d) |
| Set/Get thresholds for sending scale (Sigma) | |
| virtual double | sigmaThreshold () const |
Private Member Functions | |
| DtTacticalSmokePublisher (const DtTacticalSmokePublisher &) | |
| Unimplemented. | |
| DtTacticalSmokePublisher & | operator= (const DtTacticalSmokePublisher &) |
This class will wrap a VR-Link DtEnvironmentalProcessPublisher to allow for easier creation of a publisher that is compatible with VR-Forces.
If you want to create and publish environmental objects that can be used by VR-Forces, you can use a publisher of this class to facilitate in that creation
| DtTacticalSmokePublisher::DtTacticalSmokePublisher | ( | DtExerciseConn * | conn | ) |
Create a new instance of the control object publisher which will, in turn, create the environmental process publisher, given a object id (DIS) or name (HLA).
This class will use the default factory as supplied in the DtVrfObjectIdGenerator class
The state repository will initially be set to the DtControlObjectRepository class. You can change it in the global DtTacticalSmokePublisher class before calling this creator
| DtTacticalSmokePublisher::DtTacticalSmokePublisher | ( | DtExerciseConn * | conn, |
| const DtDDMRegionSet * | regionSetToUse | ||
| ) |
|
virtual |
Also destroys publisher.
|
private |
Unimplemented.
|
virtual |
Access the underlying network state repository.
|
virtual |
|
virtual |
Set/Get thresholds for sending location.
|
virtual |
|
virtual |
Set/Get thresholds for sending orientation.
|
virtual |
|
virtual |
Set/Get thresholds for sending density.
|
virtual |
|
virtual |
Set/Get thresholds for sending scale (Sigma)
|
virtual |
|
private |