![]() |
VR-Forces 4.1 Class Documentation
|
Distributed object that signals the local De's DtRadioCommsVisualizationManager. More...
Public Member Functions | |
| DtRadioCommsVisualizationManagerCommunicator (DtDe &de, DtUniqueID id) | |
| CTOR. | |
| virtual | ~DtRadioCommsVisualizationManagerCommunicator () |
| DTOR. | |
Communication Line and Squawk Indicator Lookup Methods | |
| virtual void | findCommLine (int modelSet, int visualType, DtUniqueID entity1, DtUniqueID entity2) |
| Finds or creates a communication line between the two points. | |
| virtual void | findCommLine (int modelSet, int visualType, DtUniqueID entity, DtVector fixedLoc) |
| Finds or creates a communication line between the two points. | |
| virtual void | findCommLine (int modelSet, int visualType, DtVector fixedLoc, DtUniqueID entity) |
| Finds or creates a communication line between the two points. | |
| virtual void | findCommLine (int modelSet, int visualType, DtVector fixedLoc1, DtVector fixedLoc2) |
| Finds or creates a communication line between the two points. | |
| virtual void | findSquawkIndicator (int modelSet, int visualType, DtUniqueID entity) |
| Finds or creates squawk indicators radiating from an entity. | |
| virtual void | findSquawkIndicator (int modelSet, int visualType, DtVector transmitLoc) |
| Finds or creates squawk indicators radiating from a location. | |
Modification Methods | |
| virtual void | setAnimationRate (float rate) |
| Sets the animation rate of the current visualization. | |
| virtual void | setLifetime (float lifetime) |
| Sets the lifetime of the current vizualization. | |
| virtual void | setColor (float r, float g, float b) |
| Sets the color of the currently selected visualization. | |
| virtual void | setSenderOffset (const DtVector &offset) |
| Sets the offset applied to attachments to the start point. | |
| virtual void | setReceiverOffset (const DtVector &offset) |
| Sets the offset applied to attachments to the start point. | |
Comm Line and Squawk Indicator Deletion | |
| virtual void | deleteAllCommLines () |
| Deletes all comm lines. | |
| virtual void | deleteAllSquawkIndicators () |
| Deletes all squawk indicators. | |
| virtual void | deleteCommLinesByModelSet (int modelSet) |
| Deletes all comm lines for the given model set. | |
| virtual void | deleteSquawkIndicatorsByModelSet (int modelSet) |
| Deletes all squawk indicators for the given model set. | |
Protected Attributes | |
| DtDe & | myDe |
Distributed object that signals the local De's DtRadioCommsVisualizationManager.
| makVrv::DtRadioCommsVisualizationManagerCommunicator::DtRadioCommsVisualizationManagerCommunicator | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Finds or creates a communication line between the two points.
Selects the comm line for use with setter calls.
|
virtual |
Finds or creates a communication line between the two points.
Selects the comm line for use with setter calls.
|
virtual |
Finds or creates a communication line between the two points.
Selects the comm line for use with setter calls.
|
virtual |
Finds or creates a communication line between the two points.
Selects the comm line for use with setter calls.
|
virtual |
Finds or creates squawk indicators radiating from an entity.
Selects the squawk indicator for use with setter calls.
|
virtual |
Finds or creates squawk indicators radiating from a location.
Selects the squawk indicator for use with setter calls.
|
virtual |
Sets the animation rate of the current visualization.
Visualization must first be selected using findSquawkIndicator or findCommLine.
|
virtual |
Sets the lifetime of the current vizualization.
Visualization must first be selected using findSquawkIndicator or findCommLine.
|
virtual |
Sets the color of the currently selected visualization.
Visualization must first be selected using findSquawkIndicator or findCommLine.
|
virtual |
Sets the offset applied to attachments to the start point.
Offset is in meters in body coordinates.
|
virtual |
Sets the offset applied to attachments to the start point.
Offset is in meters in body coordinates.
|
virtual |
Deletes all comm lines.
|
virtual |
Deletes all squawk indicators.
|
virtual |
Deletes all comm lines for the given model set.
|
virtual |
Deletes all squawk indicators for the given model set.
|
protected |