VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
radarModeRequestor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
7 
8 #pragma once
9 
11 
12 class DtVrfObjectMessage;
13 
14 namespace makVrf
15 {
21  {
22  public:
25 
27  virtual ~DtRadarModeRequestor();
28 
30  static DtRadarModeRequestor& instance(makVrv::DtDe& de);
31 
34  static void registerInstance(makVrv::DtDe& de, DtRadarModeRequestor* object);
35 
37  virtual void requestModes(const DtUUID& entity);
38 
39  protected:
42  virtual void processRadarModes(const DtVrfObjectMessage* msg);
43  };
44 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:226
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Requests radar modes from back-end for given entities and caches the data. The data should be updated...
Definition: radarModeRequestor.h:20
The base class for all messages to/from a specific DtVrfObject. Various subclasses of this class will...
Definition: vrfObjectMessage.h:30
The class that is the interface between the GUI and the back-end.
Definition: emitterModesRequestor.h:37
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)