MAK Data Logger API Documentation for DIS
 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-2024 MAK Technologies, Inc
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:
37  DtString myCapability;
38  DtString myDescription;
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 Thu Oct 3 15:35:11 EDT 2024 from SVN revision 270037
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)