parameterFedNode.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 
00009 #include "datatypeFedNode.h"
00010 
00011 #ifdef DtHLA_1516
00012 #include "RTI/RTI1516.h"
00013 #else
00014 #include "RTI.hh"
00015 #endif
00016 
00017 //VR-Link Includes
00018 #include <vl/rtiNamespace.h>
00019 
00020 class DtDatatypeRep;
00021 
00024 class DT_DLL_OMTREADER DtParameterFedNode : public DtDatatypeFedNode
00025 { 
00026 public:
00027    
00029    DtParameterFedNode();
00030    
00032    explicit DtParameterFedNode(DtFedNode*);
00033    
00035    virtual ~DtParameterFedNode();
00036    
00038    DtParameterFedNode(const DtParameterFedNode& orig);
00039    
00041    DtParameterFedNode& operator=(const DtParameterFedNode& rhs);
00042    
00044    virtual void setParameterHandle(RTI::ParameterHandle);
00045    virtual const RTI::ParameterHandle getParameterHandle() const;
00046 
00047 protected:
00048    RTI::ParameterHandle myAttrHandle;
00049 
00052    DtString myDatatype;
00053    DtString myCardinality;
00054    DtString myAccuracy;
00055    DtString myAccuracyCondition;
00056    DtString myDescription;
00057 
00058 };
00059 
00060 

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)