VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
entityUpdate.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"
11 
12 #include <string>
13 
15 class DtEntityPublisher;
16 
18 {
19 public:
20  virtual ~DtEntityUpdateStrategy();
21 
22  std::string name();
23  static std::string theName();
24 
25  virtual bool init();
26  virtual void tick();
27  virtual void shutdown();
28 
29  static DtLinkStrategy* create(DtManagedInterface* gl);
30 
31 protected:
32  void handleEntitySubscriptionChange(DtMessage* msg);
33 
34 protected:
38 
39  static std::string theStrategyName;
40 
42 };

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)