VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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
9 
10 #include <vlutil/vlString.h>
11 
13 {
14 public:
15 
17  DtSynchroNode();
18 
20  virtual ~DtSynchroNode();
21 
23  DtSynchroNode(const DtSynchroNode& orig);
24 
27 
28  virtual void setCapability(const DtString&);
29  virtual const DtString& getCapability();
30 
31  virtual void setDescription(const DtString&);
32  virtual const DtString& getDescription();
33 
34 
35 protected:
38 
39 };
40 
41 

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)