VR-Link API Documentation for HLA 1516
 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 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
7 #pragma once
8 
9 
11 
12 #include <vlutil/vlString.h>
13 #ifdef DtUSE_UTILITIES_NAMESPACE
14 namespace DtUSE_UTILITIES_NAMESPACE
15 {
16 #endif
18 {
19 public:
20 
22  DtSynchroNode();
23 
25  virtual ~DtSynchroNode();
26 
28  DtSynchroNode(const DtSynchroNode& orig);
29 
31  DtSynchroNode& operator=(const DtSynchroNode& rhs);
32 
33  virtual void setCapability(const DtString&);
34  virtual const DtString& getCapability() const;
35 
36  virtual void setDescription(const DtString&);
37  virtual const DtString& getDescription() const;
38 
39 
40 protected:
43 
44 };
45 
46 
47 #ifdef DtUSE_UTILITIES_NAMESPACE
48 } // end of namespace DtUSE_UTILITIES_NAMESPACE
49 #endif
Contains the DtString class declaration.
Definition: synchroNode.h:17
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
represents a node in an OMT tree containing a datatype description.
Definition: omtDatatypeNode.h:18
Instances of DtString are used to represent strings.
Definition: vlString.h:29
DtString myCapability
Definition: synchroNode.h:41
DtString myDescription
Definition: synchroNode.h:42

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)