VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfEntityElementProcessor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 #include <vrfutil/rwUUID.h>
15 
16 #include <boost/unordered_map.hpp>
17 
20 
21 namespace makVrv
22 {
23  class DtEntityStateListener;
24 }
25 
26 namespace makVrf
27 {
28  namespace VRF_PROTOCOL_NAMESPACE
29  {
33  {
34  public:
37 
39  virtual ~DtVrfEntityElementProcessor();
40 
45 
46  virtual void onEntityDiscovered(makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkEntityStateListener& listener);
47 
48  virtual void onEntityToBeDestroyed(makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkEntityStateListener& listener);
49 
50  protected:
51  virtual void hookPublishedListener(makVrv::DtEntityStateListener& listener);
52  virtual void uuidFrom(DtExtEntityStateRepository*, DtUUID&) const;
53 
54  protected:
55  typedef boost::unordered_map<DtUUID, makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkEntityStateListener*> ListenersByUUID;
56 
60  };
61  }
62 }
63 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)