VR-Link API Documentation for DIS
synchroNode.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00007 #pragma once
00008 #include "omtNode.h"
00009 
00010 #include <vlutil/vlString.h>
00011 
00012 class DT_DLL_OMTREADER DtSynchroNode : public DtOMTNode
00013 {
00014 public:
00015    
00017    DtSynchroNode();
00018    
00020    virtual ~DtSynchroNode();
00021 
00023    DtSynchroNode(const DtSynchroNode& orig);
00024 
00026    DtSynchroNode& operator=(const DtSynchroNode& rhs);
00027 
00028    virtual void setDatatype(const DtString&);
00029    virtual const DtString& getDatatype();
00030 
00031    virtual void setCapability(const DtString&);
00032    virtual const DtString& getCapability();
00033 
00034    virtual void setDescription(const DtString&);
00035    virtual const DtString& getDescription();
00036 
00037    
00038 protected:
00039     DtString myDatatype;
00040     DtString myCapability;
00041     DtString myDescription;
00042 
00043 };
00044 
00045 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)