VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
omtReader
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
#include <
omtReader/omtReader.h
>
10
#include <
vlutil/vlString.h
>
11
12
class
DT_DLL_OMTREADER
DtTimeRepNode
13
{
14
public
:
15
17
DtTimeRepNode
();
18
20
virtual
~
DtTimeRepNode
();
21
22
virtual
void
setFedTimeDatatype(
const
DtString
&);
23
virtual
const
DtString
& getFedTimeDatatype();
24
25
virtual
void
setFedTimeSemantics(
const
DtString
&);
26
virtual
const
DtString
& getFedTimeSemantics();
27
28
virtual
void
setLookaheadDatatype(
const
DtString
&);
29
virtual
const
DtString
& getLookaheadDatatype();
30
31
virtual
void
setLookaheadSemantics(
const
DtString
&);
32
virtual
const
DtString
& getLookaheadSemantics();
33
34
private
:
35
37
DtTimeRepNode
(
const
DtTimeRepNode
& orig);
38
40
DtTimeRepNode
& operator=(
const
DtTimeRepNode
& rhs);
41
42
protected
:
43
DtString
myFedTimeDatatype
;
44
DtString
myFedTimeSemantics
;
45
DtString
myLookaheadDatatype
;
46
DtString
myLookaheadSemantics
;
47
48
};
49
50
51
52
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)