VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setSimTime.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
10 #pragma once
11 
13 
14 
15 
17 {
18 public:
19 
20 
21 
22 
24  virtual ~SetSimTimeMessage();
25 
26  virtual double getTime();
27  virtual void setTime(double val);
28 
29 
30 
31  virtual int messageSize();
32 
33  static DtMessage* decode(unsigned char* buffer, int length);
34  static std::string theMessageName();
35 
36 protected:
37  static std::string theFullName;
38 
39  double myTime;
40 
41  virtual void serialize(DtStreamWriter& writer);
42  virtual void deserialize(DtStreamReader& reader);
43 };

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)