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
synchroNode.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
#include "
omtReader/omtDatatypeNode.h
"
11
12
#include <
vlutil/vlString.h
>
13
#ifdef DtUSE_UTILITIES_NAMESPACE
14
namespace
DtUSE_UTILITIES_NAMESPACE
15
{
16
#endif
17
class
DT_DLL_OMTREADER
DtSynchroNode
:
public
DtOMTDatatypeNode
18
{
19
public
:
20
22
DtSynchroNode
();
23
25
virtual
~
DtSynchroNode
();
26
28
DtSynchroNode
(
const
DtSynchroNode
& orig);
29
31
DtSynchroNode
& operator=(
const
DtSynchroNode
& rhs);
32
33
virtual
void
setCapability(
const
DtString
&);
34
virtual
const
DtString
& getCapability()
const
;
35
36
virtual
void
setDescription(
const
DtString
&);
37
virtual
const
DtString
& getDescription()
const
;
38
39
40
protected
:
41
DtString
myCapability
;
42
DtString
myDescription
;
43
44
};
45
46
47
#ifdef DtUSE_UTILITIES_NAMESPACE
48
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
49
#endif
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)