VR-Forces 4.6.1 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
vrfutil
rwFastForwardSpeedSettings.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2018 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
#pragma once
6
7
#include <
vrfutil/readerWriter.h
>
8
#include <
vrfutil/rwDeadReckonTypes.h
>
9
#include <
vrfutil/rwUnsigned.h
>
10
#include <
vrfutil/rwReal.h
>
11
#include <
vrfutil/rwTemplatedMap.h
>
12
#include <vlutil/vlFilename.h>
13
15
#include <
vrfmsgs/messageTypes.h
>
16
17
#include <
vrfutil/vrfutilDefines.h
>
18
21
class
DT_DLL_vrfutil
DtRwFastForwardSpeedSettings
:
public
DtReaderWriter
22
{
23
public
:
24
DtRwFastForwardSpeedSettings
(
const
DtString
& name,
DtReaderWriterRegistry
*
25
parentRegistry = NULL,
bool
readonly =
false
);
26
DtRwFastForwardSpeedSettings
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
*
27
parentRegistry = NULL,
bool
readonly =
false
);
28
30
DtRwFastForwardSpeedSettings
(
const
DtString
& name,
const
DtRwFastForwardSpeedSettings
& orig,
31
DtReaderWriterRegistry
* parentRegistry = NULL);
32
DtRwFastForwardSpeedSettings
(
const
DtSymbolString
& name,
const
DtRwFastForwardSpeedSettings
& orig,
33
DtReaderWriterRegistry
* parentRegistry = NULL);
34
36
explicit
DtRwFastForwardSpeedSettings
(
const
DtRwFastForwardSpeedSettings
&,
37
DtReaderWriterRegistry
* parentRegistry = NULL);
38
40
const
DtReaderWriter
&
operator=
(
const
DtRwFastForwardSpeedSettings
& orig);
41
43
bool
operator==
(
const
DtRwFastForwardSpeedSettings
& rhs)
const
;
44
45
bool
operator!=
(
const
DtRwFastForwardSpeedSettings
& rhs) {
return
!(*
this
== rhs); };
46
48
virtual
~
DtRwFastForwardSpeedSettings
();
49
50
virtual
const
char
*
readerWriterType
()
const
;
51
52
virtual
DtString
prettyPrint
()
const
;
53
54
virtual
DtDeadReckonTypes deadReckonAlgorith()
const
;
55
virtual
void
setDeadReckonAlgorithm(DtDeadReckonTypes alg);
56
virtual
bool
deadReckonAlgorithSpecified()
const
;
57
58
virtual
DtFrameMode
frameMode()
const
;
59
virtual
void
setFrameMode(
DtFrameMode
fm);
60
61
virtual
double
frameTime()
const
;
62
virtual
void
setFrameTime(
double
fr);
63
64
protected
:
65
DtRwDeadReckonTypes
myDeadReckonAlgorithm
;
66
DtRwUnsigned
myFrameMode
;
67
DtRwReal
myFrameTime
;
68
};
69
71
typedef
DtRwTemplatedMapPtr<DtRwInt, DtRwFastForwardSpeedSettings>
DtRwFastForwardSpeedSettingsMap
;
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)