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 

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)