Contains makVrf::DtDebugDrawConnectorLogic class.
More...
Contains makVrf::DtDebugDrawConnectorLogic class.
This class is trigger by the DebugDrawConnectorPage dialog and is used inside DebugDrawTerrainPage, DebugDrawFeaturePage, DebugDrawNavMeshPage. Upon selecting an option, it will send a DtIfDebugDrawConnector message (via DIS/HLA) to the selected sim. engine. This message will be received in the back end by DtDebugDrawManager. The DtDebugDrawManager will then request a connection to the debugDrawRender (via messages that are not DIS/HLA).
| virtual makVrf::DtDebugDrawConnectorLogic::~DtDebugDrawConnectorLogic |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtDebugDrawConnectorLogic::connectionRequest |
( |
DtSimulationAddress & |
simEngine | ) |
|
|
virtual |
Send a message to the sim engine backend to request a connection from debugDrawManager (backend) to the debugDrawRenderer (GUI)
| virtual void makVrf::DtDebugDrawConnectorLogic::disconnectionRequest |
( |
DtSimulationAddress & |
simEngine | ) |
|
|
virtual |
Send a message to the sim engine backend to request a disconnection from debugDrawManager (backend) to the debugDrawRenderer (GUI)
| virtual void makVrf::DtDebugDrawConnectorLogic::setPort |
( |
unsigned int |
port | ) |
|
|
virtual |
| virtual unsigned int makVrf::DtDebugDrawConnectorLogic::port |
( |
| ) |
const |
|
virtual |
| virtual const DtSimulationAddress& makVrf::DtDebugDrawConnectorLogic::simAddress |
( |
| ) |
const |
|
virtual |
Get the sim adress connect to.
| virtual bool makVrf::DtDebugDrawConnectorLogic::connected |
( |
| ) |
const |
|
virtual |
check if we are connected or not
| virtual void makVrf::DtDebugDrawConnectorLogic::setConnected |
( |
bool |
value | ) |
|
|
virtual |
set the value if we are connected or not connected
Keep a pointer to the DtDe.
Keep a pointer to the interface.
Port selected to connected to debugDrawRender (front end)
| DtSimulationAddress makVrf::DtDebugDrawConnectorLogic::mySimEngine |
|
protected |
Simulation engine selected to connect (back end)
| bool makVrf::DtDebugDrawConnectorLogic::myConnected |
|
protected |
Are we currently connected.
| double makVrf::DtDebugDrawConnectorLogic::myMaxQueryDistance |
|
protected |
Max distance from the center point of the frustum (in meters)
The documentation for this class was generated from the following file: