MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
11 
12 #include <vlutil/vlString.h>
14 {
15 public:
16 
18  DtSynchroNode();
19 
21  virtual ~DtSynchroNode();
22 
24  DtSynchroNode(const DtSynchroNode& orig);
25 
28 
29  virtual void setCapability(const DtString&);
30  virtual const DtString& getCapability() const;
31 
32  virtual void setDescription(const DtString&);
33  virtual const DtString& getDescription() const;
34 
35 
36 protected:
39 
40 };
41 
42 
43 
44 
Definition: synchroNode.h:13
#define DT_DLL_OMTREADER
Definition: omtReader.h:23
represents a node in an OMT tree containing a datatype description.
Definition: omtDatatypeNode.h:14
DtOMTDatatypeNode & operator=(const DtOMTDatatypeNode &rhs)
Assignment Operator.
DtString myCapability
Definition: synchroNode.h:37
DtString myDescription
Definition: synchroNode.h:38

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)