VR-Link API Documentation for HLA 1516
timeRepNode.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 <omtReader/omtReader.h>
00010 #include <vlutil/vlString.h>
00011 
00012 class DT_DLL_OMTREADER DtTimeRepNode
00013 {
00014 public:
00015    
00017    DtTimeRepNode();
00018    
00020    virtual ~DtTimeRepNode();
00021    
00022    virtual void setFedTimeDatatype(const DtString&);
00023    virtual const DtString& getFedTimeDatatype();
00024 
00025    virtual void setFedTimeSemantics(const DtString&);
00026    virtual const DtString& getFedTimeSemantics();
00027    
00028    virtual void setLookaheadDatatype(const DtString&);
00029    virtual const DtString& getLookaheadDatatype();
00030 
00031    virtual void setLookaheadSemantics(const DtString&);
00032    virtual const DtString& getLookaheadSemantics();
00033    
00034 private:
00035    
00037    DtTimeRepNode(const DtTimeRepNode& orig);
00038    
00040    DtTimeRepNode& operator=(const DtTimeRepNode& rhs);
00041    
00042 protected:
00043     DtString myFedTimeDatatype;
00044     DtString myFedTimeSemantics;
00045     DtString myLookaheadDatatype;
00046     DtString myLookaheadSemantics;
00047 
00048 };
00049 
00050 
00051 
00052 

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)