VR-Forces 4.10 Class Documentation
 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:222
#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.
Definition: radarModeRequestor.h:20
The base class for all messages to/from a specific DtVrfObject.
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.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)