VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtExampleSimulationConnection.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2013 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 namespace makVrv
15 {
16  class DtCoordinateSystem;
17  class DtAgentManagerInterface;
18  class DtSharedSettingsManager;
19 }
20 
21 class DtExampleSimEngine;
22 
36 {
37 public:
49  const makVrv::DtCoordinateSystem& coordSystem,
51 
54 
57  virtual bool connect();
58 
61  virtual bool connected() const;
62 
65  virtual bool disconnect();
66 
68  virtual void tick();
69 
75 
78  double simTime() const;
79 
83  void setSimTime( double simTime );
84 
85 protected:
88 
89  //The local coordinate system the simulation will use.
91 
93  double mySimTime;
94 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)