VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
strategies/entityRemoved.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
8 #include "strategies/export.h"
12 
13 #include <string>
14 #include <list>
15 
16 class DtMessage;
17 class DtManagedInterface;
18 class DtReflectedEntity;
20 class DtEntityPublisher;
21 
23 {
24 public:
25  virtual ~DtEntityRemovedStrategy();
26 
27  std::string name();
28  static std::string theName();
29 
30  virtual bool init();
31  virtual void tick();
32  virtual void shutdown();
33 
34  static DtLinkStrategy* create(DtManagedInterface* gl);
35 
36 protected:
38  void handleCSharpEntityRemoved(DtMessage* msg);
39  static void vrlEntityRemoved(DtReflectedEntity* ent, void* usr);
40  void handleVrlEntityRemoved(DtReflectedEntity* ent);
41 
42  virtual bool initReflectedListHandler();
43 
46 
47  static std::string theStrategyName;
48 
51 };

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)