VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtBugFixEntityStateRepository.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #include <vl/entityStateRepository.h>
11 
12 #include <vrvVrl/vrvVrl.h>
13 
14 #pragma once
15 
16 namespace makVrv
17 {
18  namespace DT_PROTOCOL_NAMESPACE
19  {
25  template <typename ReflectedEntityStateRepositoryType>
27  {
28  public:
29  // CTOR
31 
32  // DTOR
34 
35  // This method overrides the base class method (in DtBaseEntityStateRepository,
36  // so that it can add a call to useDeadReckoner(true) when yesNo is true. This
37  // fixes a crash bug in VR-Link
38  virtual void useSmoother(bool yesNo);
39  };
40 
42  }
43 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)