VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvVrl
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>
26
class
DtBugFixEntityStateRepository
:
public
ReflectedEntityStateRepositoryType
27
{
28
public
:
29
// CTOR
30
DtBugFixEntityStateRepository
();
31
32
// DTOR
33
virtual
~DtBugFixEntityStateRepository
();
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
41
typedef
DtBugFixEntityStateRepository<DtEntityStateRepository>
DtVrvBugFixEntityStateRepository
;
42
}
43
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)