VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfClock.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
12 
13 #pragma once
14 
17 
18 namespace makVrf
19 {
20  namespace VRF_PROTOCOL_NAMESPACE
21  {
23  {
24  public:
27 
29  virtual ~DtVrfClock() override;
30 
34  virtual void setSimTime(DtTime NewSimTime) override;
35 
36  protected:
39  };
40  }
41 }
#define VRF_PROTOCOL_EXPORT
Definition: vrfProtocol.h:21
DtVrfDriver * myDriver
Definition: vrfClock.h:38
DtTime myLastTimeSet
Definition: vrfClock.h:37
#define VRF_PROTOCOL_NAMESPACE
Contains DLL export macros.
Definition: vrfDis.h:14
The Driver for DIS.
Definition: vrfDriver.h:89

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)