VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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
10
11
#include <
omtReader/omtReader.h
>
12
#include <
vlutil/vlString.h
>
13
#ifdef DtUSE_UTILITIES_NAMESPACE
14
namespace
DtUSE_UTILITIES_NAMESPACE
15
{
16
#endif
17
class
DT_DLL_OMTREADER
DtTimeRepNode
18
{
19
public
:
20
22
DtTimeRepNode
();
23
25
virtual
~
DtTimeRepNode
();
26
28
DtTimeRepNode
(
const
DtTimeRepNode
& orig);
29
31
DtTimeRepNode
& operator=(
const
DtTimeRepNode
& rhs);
32
33
virtual
void
setFedTimeDatatype(
const
DtString
&);
34
virtual
const
DtString
& getFedTimeDatatype()
const
;
35
36
virtual
void
setFedTimeSemantics(
const
DtString
&);
37
virtual
const
DtString
& getFedTimeSemantics()
const
;
38
39
virtual
void
setLookaheadDatatype(
const
DtString
&);
40
virtual
const
DtString
& getLookaheadDatatype()
const
;
41
42
virtual
void
setLookaheadSemantics(
const
DtString
&);
43
virtual
const
DtString
& getLookaheadSemantics()
const
;
44
45
protected
:
46
DtString
myFedTimeDatatype
;
47
DtString
myFedTimeSemantics
;
48
DtString
myLookaheadDatatype
;
49
DtString
myLookaheadSemantics
;
50
51
};
52
53
54
55
56
#ifdef DtUSE_UTILITIES_NAMESPACE
57
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
58
#endif
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
)