19 class DtElevationRequest;
20 class DtElevationResponse;
35 virtual bool isDone();
42 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
virtual DtBaseProcess * create(DtBaseMessage *message)
create a DtElevationProcess and return it
Creator for the DtElevationProcess class.
Definition: rfxElevationProcess.h:50
DtElevationProcessCreator(makVrv::DtDe &de)
constructor and destructor
makVrv::DtDe & myDe
Definition: rfxElevationProcess.h:64
DtElevationRequest * myElevationRequest
request this process is processing
Definition: rfxElevationProcess.h:45
The DtElevationResponse encapsulates a response from the RadarFX Server for a given elevation request...
Definition: rfxElevationMessage.h:99
DtBaseProcess is the base class for all messages processes that can be sent between the server and th...
Definition: rfxBaseProcess.h:27
The DtElevationRequest encapsulates a request for the elevation a given target location using the sen...
Definition: rfxElevationMessage.h:27
DtElevationError
Definition: rfxElevationMessage.h:102
virtual ~DtElevationProcessCreator()
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
The DtElevationProcess class handles elevation request messages.
Definition: rfxElevationProcess.h:23
Defines the messages requesting and responding to elevation queries.