VR-Vantage 3.1.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rfxElevationProcess.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
9 
11 
13 
14 namespace makVrv
15 {
16  class DtDe;
17  class DtIntersector;
18  class DtCoordinateSystem;
19 }
20 
21 namespace makRadarFx
22 {
23  class DtElevationRequest;
24  class DtElevationResponse;
25 
28  {
29  public:
32  virtual ~DtElevationProcess();
33 
35  virtual void tick();
36 
39  virtual bool isDone();
40 
41  protected:
42 
44  virtual DtElevationResponse* createElevationResponse(float elevation,
46  std::string requestor, unsigned int requestId);
47 
49  virtual void slot_coordinateSystemChanged();
50  protected:
51 
54 
56 
58 
61  makVrv::DtCoordinateSystem* myCoordinateSystem = nullptr;
62 
63  };
64 
67  {
68 
69  public:
70 
74 
76  virtual DtBaseProcess* create(DtBaseMessage* message);
77 
78  private:
79 
81  };
82 
83 }
DtBaseMessage is the base class for all messages that can be sent between the server and the client...
Definition: rfxMessage.h:25
makVrv::DtIntersector * myIntersector3dModelSet
Definition: rfxElevationProcess.h:55
DtIntersector is an abstract class that provides the interface for requesting intersections with the ...
Definition: DtIntersector.h:25
makVrv::DtSignalConnectionManager myConnections
Definition: rfxElevationProcess.h:57
virtual DtBaseProcess * create(DtBaseMessage *message)
create a DtElevationProcess and return it
Creator for the DtElevationProcess class.
Definition: rfxElevationProcess.h:66
DtElevationProcessCreator(makVrv::DtDe &de)
constructor and destructor
makVrv::DtDe & myDe
Definition: rfxElevationProcess.h:80
DtElevationRequest * myElevationRequest
request this process is processing
Definition: rfxElevationProcess.h:53
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
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
base class for all process creators, interface used to create classes that can be passed to the Proce...
Definition: rfxBaseProcess.h:58
The DtCoordinateSystem is used to manage the current coordinate system of the scene.
Definition: DtCoordinateSystem.h:40
#define DT_DLL_RFXSERVER
Definition: include/radarFxServer/export.h:15
Base class to provide boost signal/slot management.
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:72
The DtElevationProcess class handles elevation request messages.
Definition: rfxElevationProcess.h:27
Defines the messages requesting and responding to elevation queries.


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