VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
updateRateNode.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
7 #pragma once
8 
9 
10 
11 #include "omtNode.h"
12 
13 #include <vlutil/vlString.h>
14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
16 {
17 #endif
19 {
20 public:
21 
24 
26  virtual ~DtUpdateRateNode();
27 
30 
32  DtUpdateRateNode& operator=(const DtUpdateRateNode& rhs);
33 
34  virtual void setSemantics(const DtString&);
35  virtual const DtString& semantics() const;
36 
37  virtual void setRate(double);
38  virtual double rate() const;
39 
40 protected:
42  double myRate;
43 };
44 
45 
46 #ifdef DtUSE_UTILITIES_NAMESPACE
47 } // end of namespace DtUSE_UTILITIES_NAMESPACE
48 #endif
DtString mySemantics
Definition: updateRateNode.h:41
Contains the DtString class declaration.
double myRate
Definition: updateRateNode.h:42
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
Definition: updateRateNode.h:18
represents a node in an OMT tree.
Definition: omtNode.h:20
Instances of DtString are used to represent strings.
Definition: vlString.h:29

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)