MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
timeRepNode.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 <lgrOmtReader/omtReader.h>
12 #include <vlutil/vlString.h>
14 {
15 public:
16 
18  DtTimeRepNode();
19 
21  virtual ~DtTimeRepNode();
22 
24  DtTimeRepNode(const DtTimeRepNode& orig);
25 
27  DtTimeRepNode& operator=(const DtTimeRepNode& rhs);
28 
29  virtual void setFedTimeDatatype(const DtString&);
30  virtual const DtString& getFedTimeDatatype() const;
31 
32  virtual void setFedTimeSemantics(const DtString&);
33  virtual const DtString& getFedTimeSemantics() const;
34 
35  virtual void setLookaheadDatatype(const DtString&);
36  virtual const DtString& getLookaheadDatatype() const;
37 
38  virtual void setLookaheadSemantics(const DtString&);
39  virtual const DtString& getLookaheadSemantics() const;
40 
41 protected:
46 
47 };
48 
49 
50 
51 
52 
53 
DtString myLookaheadSemantics
Definition: timeRepNode.h:45
Definition: timeRepNode.h:13
DtString myLookaheadDatatype
Definition: timeRepNode.h:44
Contains defines for export control for OMT Reader.
#define DT_DLL_OMTREADER
Definition: omtReader.h:23
DtString myFedTimeDatatype
Definition: timeRepNode.h:42
DtString myFedTimeSemantics
Definition: timeRepNode.h:43

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)