MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrOmtReader
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
#include "
omtNode.h
"
9
10
#include <vlutil/vlString.h>
11
12
class
DT_DLL_OMTREADER
DtSynchroNode
:
public
DtOMTNode
13
{
14
public
:
15
17
DtSynchroNode
();
18
20
virtual
~
DtSynchroNode
();
21
23
DtSynchroNode
(
const
DtSynchroNode
& orig);
24
26
DtSynchroNode
&
operator=
(
const
DtSynchroNode
& rhs);
27
28
virtual
void
setDatatype(
const
DtString
&);
29
virtual
const
DtString
& getDatatype();
30
31
virtual
void
setCapability(
const
DtString
&);
32
virtual
const
DtString
& getCapability();
33
34
virtual
void
setDescription(
const
DtString
&);
35
virtual
const
DtString
& getDescription();
36
37
38
protected
:
39
DtString
myDatatype
;
40
DtString
myCapability
;
41
DtString
myDescription
;
42
43
};
44
45
Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)