VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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>
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 
22 {
23 public:
25  parentRegistry = NULL, bool readonly = false);
27  parentRegistry = NULL, bool readonly = false);
28 
31  DtReaderWriterRegistry* parentRegistry = NULL);
33  DtReaderWriterRegistry* parentRegistry = NULL);
34 
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
41 
43  bool operator==(const DtRwFastForwardSpeedSettings& rhs) const;
44 
45  bool operator!=(const DtRwFastForwardSpeedSettings& rhs) { return !(*this == rhs); };
46 
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:
68 };
69 

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)