22 class DtSimEntryObjectDriver;
27 class DtVrfSimBackendManager;
28 class DtVrfConnectionHelper;
46 void removeAllBackends();
49 static void backendDiscovered(
const DtSimulationAddress& addr,
void * usr);
50 static void backendRemoved(
const DtSimulationAddress& addr,
void * usr);
51 static void backendStatusMessage(
const DtSimulationAddress& addr,
void * usr);
52 static void duplicateBackendDiscovered(
const DtSimulationAddress& addr,
void * usr);
53 static void sessionStatusChanged(
const DtSessionStatus& addr,
void * usr);
57 virtual void processBackendDiscovered(
const DtSimulationAddress& addr);
58 virtual void processBackendRemoved(
const DtSimulationAddress& addr);
59 virtual void processBackendStatusMessage(
const DtSimulationAddress& addr);
60 virtual void processDuplicateBackendDiscovered(
const DtSimulationAddress& addr);
DtSimulationStatus
Definition: backend.h:26
Helper code for connectors. Does not exist in it's own project but is included by all projects that u...
Definition: vrfConnectionHelper.h:124
Basic container class that holds the status of a session of VRF sim engines.
Definition: sessionStatus.h:21
The main class for the remote control interface to VR-Forces. Instantiating this class allows the sen...
Definition: vrfRemoteController.h:201
DtVrfSimBackendManager & myBackendManager
Definition: vrfBackendInterceptor.h:65
DtVrfConnectionHelper * myConnectionHelper
Definition: vrfBackendInterceptor.h:66
#define DT_DLL_vrfGuiNetworkCommon
This file is used to determine how to build.
Definition: vrfGuiNetworkCommonDefines.h:24
Maintains and signals state of the simulation engines that are currently connected to the GUI...
Definition: vrfSimBackendManager.h:77
DtVrfRemoteController * myRemoteController
Definition: vrfBackendInterceptor.h:64
Provides sim engine status messages to the DtVrfSimBackendManager. This class will make calls to the ...
Definition: vrfBackendInterceptor.h:34