VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
orbatDataInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
15 #include <vrfGuiCore/orbatState.h>
16 #include <vrfutil/rwUUID.h>
17 
18 namespace makVrf
19 {
27  {
28  public:
30  virtual ~DtOrbatDataInterface();
31 
33  virtual makVrv::DtElementEntry::ElementType type() const;
34 
37  {
38  return myOrbatStateView;
39  }
40 
42  virtual DtUUID uuid() const;
43 
45  virtual DtUUID parentUUID() const;
46 
48  virtual const std::map<std::string, std::string>& extendedData() const;
49 
51  virtual DtUUID uuidOfOrbat() const;
52 
54  virtual void setStateView(const makVrv::DtStateView<makVrv::DtSimState>*);
55 
56  protected:
58  virtual void slot_simObjectEntryAboutToBeRemoved(makVrv::DtSimObjectEntry&);
59 
60  protected:
62  };
63 
65 
66  typedef DtBoost::shared_ptr<DtOrbatDataInterface> DtOrbatDataInterfacePtr;
67 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
makVrv::DtStateView< DtOrbatState > * myOrbatStateView
Definition: orbatDataInterface.h:61
The DtOrbatDataInterface class is a wrapper around state views to give access to convenience methods ...
Definition: orbatDataInterface.h:26
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
makVrv::DtStateView< DtOrbatState > * orbatStateView() const
Access to the complete set of data on the spot report object is done though this method.
Definition: orbatDataInterface.h:36
DtObjectDataInterfaceCreator< DtOrbatDataInterface > DtOrbatDataInterfaceCreator
Definition: orbatDataInterface.h:64
A DtSimObjectEntry is an entry for a persistent simulation object like an entity. ...
Definition: DtSimObjectEntry.h:25
The DtObjectDataInterface class is a wrapper around state views to give access to convenience methods...
Definition: objectDataInterface.h:43
A DtStateView is a the interface to simulation state information.
Definition: DtStateView.h:52
ElementType
Definition: DtElementEntry.h:26
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Templated class implementation. Create on and pass into the factory.
Definition: objectDataInterface.h:143
DtBoost::shared_ptr< DtOrbatDataInterface > DtOrbatDataInterfacePtr
Definition: orbatDataInterface.h:66

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)