24 class DtRadarFxServer;
38 virtual const std::string& className()
const;
41 virtual bool onStart();
42 virtual bool onStop();
43 virtual bool onTick();
49 virtual bool isReadyToProcess();
DtRadarFxServer * myServer
Classes for message creation, handling and server network functionality.
Definition: rfxDriver.h:59
makVrv::DtDe & myDe
Definition: rfxDriver.h:60
virtual makVrv::DtDe & de()
Accessor to the VR-Vantage display engine.
Definition: rfxDriver.h:55
DtBaseProcess * myCurrentProcess
the currently being handled process if there is one
Definition: rfxDriver.h:67
virtual DtBaseProcess * currentProcess()
current capture process being executed by the server
Definition: rfxDriver.h:46
the DtRadarFxServer is the network server for receving and sending messages to attached clients...
Definition: rfxServer.h:39
DtRadarFxDriver is the main class that controls the processing flow of the RadarFX Server...
Definition: rfxDriver.h:28
DtBaseProcess is the base class for all messages processes that can be sent between the server and th...
Definition: rfxBaseProcess.h:27
std::queue< DtBaseProcess * > DtBaseProcessQueue
queue for list of pending processes to handle
Definition: rfxDriver.h:63
The DtDriver is an abstract class.
Definition: DtDriver.h:31
The DtAgentManager manages the distributed scene object framework.
Definition: DtAgentManager.h:38
Contains makVrv:DtDriver class.
#define DT_DLL_RFXSERVER
Definition: include/radarFxServer/export.h:15
std::string myClassName
Definition: rfxDriver.h:69
DtBaseProcessQueue myProcessQueue
Definition: rfxDriver.h:64
virtual DtRadarFxServer * server()
Get the server that is managing the network connections.
Definition: rfxDriver.h:52
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:72