MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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>
15 {
16 public:
17 
20 
22  virtual ~DtUpdateRateNode();
23 
26 
29 
30  virtual void setSemantics(const DtString&);
31  virtual const DtString& semantics() const;
32 
33  virtual void setRate(double);
34  virtual double rate() const;
35 
36 protected:
37  DtString mySemantics;
38  double myRate;
39 };
40 
41 
42 
43 
DtString mySemantics
Definition: updateRateNode.h:37
double myRate
Definition: updateRateNode.h:38
#define DT_DLL_OMTREADER
Definition: omtReader.h:23
Definition: updateRateNode.h:14
represents a node in an OMT tree.
Definition: omtNode.h:16
DtOMTNode & operator=(const DtOMTNode &rhs)
Assignment Operator.

Document ID: Generated on Mon Mar 22 15:30:17 EDT 2021 from SVN revision 226440
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)