VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvVrl
DtBugFixEntityStateRepository.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
9
10
#include <vl/entityStateRepository.h>
11
#include <vlpi/smoother.h>
12
13
#include <
vrvVrl/vrvVrl.h
>
14
15
#pragma once
16
17
namespace
makVrv
18
{
19
namespace
DT_PROTOCOL_NAMESPACE
20
{
26
class
DL_DLL_IGCONVRLINK
DtBugFixEntityStateRepository
:
public
DtEntityStateRepository
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
}
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)