18 class DtVideoFrameBuffer;
36 virtual void tick() = 0;
39 virtual bool isReadyToProcess();
41 virtual bool isDone() = 0;
47 virtual void clearResponse();
DtBaseMessage is the base class for all messages that can be sent between the server and the client...
Definition: rfxMessage.h:25
DtBaseMessage * myResponse
Definition: rfxBaseProcess.h:53
makVrv::DtDe & myDe
Definition: rfxBaseProcess.h:51
DtBaseProcess is the base class for all messages processes that can be sent between the server and th...
Definition: rfxBaseProcess.h:27
base class for all process creators, interface used to create classes that can be passed to the Proce...
Definition: rfxBaseProcess.h:58
#define DT_DLL_RFXSERVER
Definition: include/radarFxServer/export.h:15
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:72