19 class DtOcclusionRequest;
20 class DtOcclusionResponse;
35 virtual bool isDone();
41 std::string requestor,
unsigned int requestId);
DtBaseMessage is the base class for all messages that can be sent between the server and the client...
Definition: rfxMessage.h:25
makVrv::DtDe & myDe
Definition: rfxOcclusionProcess.h:63
The DtOcclusionRequest encapsulates a request an occlusion test between the sensors on the named plat...
Definition: rfxOcclusionMessage.h:22
virtual ~DtOcclusionProcessCreator()
The DtOcclusionResponse encapsulates a response from the RadarFX Server for a given occlusion request...
Definition: rfxOcclusionMessage.h:94
DtBaseProcess is the base class for all messages processes that can be sent between the server and th...
Definition: rfxBaseProcess.h:27
virtual DtBaseProcess * create(DtBaseMessage *message)
create a DtOcclusionProcess and return it
base class for all process creators, interface used to create classes that can be passed to the Proce...
Definition: rfxBaseProcess.h:52
#define DT_DLL_RFXSERVER
Definition: include/radarFxServer/export.h:15
Defines the base class for all message processes that can be used by the server or client...
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Creator for the DtOcclusionProcess class.
Definition: rfxOcclusionProcess.h:49
DtOcclusionProcessCreator(makVrv::DtDe &de)
constructor and destructor
The DtOcclusionStrategy handles different types of occlusion requests.
Definition: rfxOcclusionProcess.h:23
DtOcclusionRequest * myOcclusionRequest
Definition: rfxOcclusionProcess.h:43