VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvVrl
DtBugFixEntityStateRepository.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: DtBugFixEntityStateRepository.h,v $ $Revision: 1.46 $ $State: Exp $
7
*******************************************************************************/
8
12
13
#include <vl/entitySR.h>
14
#include <vlpi/smoother.h>
15
16
#include <
vrvVrl/vrvVrl.h
>
17
18
#pragma once
19
20
namespace
makVrv
21
{
22
namespace
DT_PROTOCOL_NAMESPACE
23
{
29
class
DL_DLL_IGCONVRLINK
DtBugFixEntityStateRepository
:
public
DtEntityStateRepository
30
{
31
public
:
32
// CTOR
33
DtBugFixEntityStateRepository
();
34
35
// DTOR
36
virtual
~
DtBugFixEntityStateRepository
();
37
38
// This method overrides the base class method (in DtBaseEntityStateRepository,
39
// so that it can add a call to useDeadReckoner(true) when yesNo is true. This
40
// fixes a crash bug in VR-Link
41
virtual
void
useSmoother(
bool
yesNo);
42
};
43
}
44
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)