VR-Vantage 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rfxElevationProcess.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
9 
11 
12 namespace makVrv
13 {
14  class DtDe;
15 }
16 
17 namespace makRadarFx
18 {
19  class DtElevationRequest;
20  class DtElevationResponse;
21 
24  {
25  public:
28  virtual ~DtElevationProcess();
29 
31  virtual void tick();
32 
35  virtual bool isDone();
36 
37  protected:
38 
40  virtual DtElevationResponse* createElevationResponse(float elevation,
42  std::string requestor, unsigned int requestId);
43 
46 
47  };
48 
51  {
52 
53  public:
54 
58 
60  virtual DtBaseProcess* create(DtBaseMessage* message);
61 
62  private:
63 
65  };
66 
67 }
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
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.


Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)