VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 }
DtBugFixEntityStateRepository< DtEntityStateRepository > DtVrvBugFixEntityStateRepository
Definition: DtBugFixEntityStateRepository.h:41
Override of DtEntityStateRepository class to fix a crash caused by failure to create a default deadRe...
Definition: DtBugFixEntityStateRepository.h:26
#define DT_PROTOCOL_NAMESPACE
Make VR-Vantage VRLink code export with library #ifdef DL_DLL_IGCONVRLINK #undef DL_DLL_IGCONVRLINK #...
Definition: export.h:32
Contains DLL export macros.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)