VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfAggregateElementProcessor.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 
18 
19 namespace makVrf
20 {
21  namespace VRF_PROTOCOL_NAMESPACE
22  {
26  {
27  public:
30 
33 
38 
39  virtual void slot_completeDiscovery() override;
40  virtual void onAggregateDiscovered(makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkAggregateStateListener& listener) override;
41 
42  virtual void onAggregateToBeDestroyed(makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkAggregateStateListener& listener);
43 
44  protected:
45  virtual void hookPublishedListener(makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkAggregateStateListener* listener);
46  virtual void uuidFrom(DtExtAggregateStateRepository*, DtUUID&) const;
47 
48  protected:
49  typedef boost::unordered_map<DtUUID, makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkAggregateStateListener*> ListenersByUUID;
50 
54  };
55  }
56 }
57 
UUID is a unique ID wrapper class.
Definition: uuid.h:59
#define VRF_PROTOCOL_EXPORT
Definition: vrfProtocol.h:24
Contains the DtUUID class declaration.
The main class for the remote control interface to VR-Forces. Instantiating this class allows the sen...
Definition: vrfRemoteController.h:201
#define VRF_PROTOCOL_NAMESPACE
Definition: vrfDis.h:18
int myRetryCount
Definition: vrfAggregateElementProcessor.h:53
ListenersByUUID myOrbatListenersByVrfUUID
Definition: vrfAggregateElementProcessor.h:52
Handle creation of Aggregate elements such that they can be associated with orbat items...
Definition: vrfAggregateElementProcessor.h:25
The DtAggregateElementProcessor will connect to the DtAggregateExistenceListener and handle the creat...
Definition: DtAggregateElementProcessor.h:49
Contains makVrv::DtAggregateElementProcessor class.
boost::unordered_map< DtUUID, makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkAggregateStateListener * > ListenersByUUID
Definition: vrfAggregateElementProcessor.h:49
DtExtAggregateStateRepository class extends the DtExtAggregateBaseStateRepository to be able to handl...
Definition: extAggregateStateRepository.h:26
ListenersByUUID myPublishedListenersByUUID
Definition: vrfAggregateElementProcessor.h:51

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)