MAK RTIspy API Documentation for HLA 1516
metadataMcastAddr.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2006 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: metadataMcastAddr.h,v $ $Revision: 1.9 $ $State: Exp $
00007 *********************************************************************/
00008 
00009 #ifndef DtRtiMtdMcastAddr_H_
00010 #define DtRtiMtdMcastAddr_H_
00011 
00016 
00017 #include "metadata.h"
00018 #include <vlutil/vlUtil.h>
00019 #include <vlutil/vlInetAddr.h>
00020 
00021 class DT_DLL_LRC DtRtiMtdMcastAddr : public DtRtiMetadata
00022 {
00023 
00024 public:
00025 
00027    DtRtiMtdMcastAddr( caddr_t msg );
00028    DtRtiMtdMcastAddr( DtRtiMsg* msg );
00029 
00031    virtual ~DtRtiMtdMcastAddr();
00032 
00033 private:
00034 
00036    DtRtiMtdMcastAddr(const DtRtiMtdMcastAddr &);
00037 
00039    DtRtiMtdMcastAddr& operator=(const DtRtiMtdMcastAddr &);
00040    
00041 public:
00042 
00046    virtual bool get( MAKRti::DtInetAddr& addr ) const;
00047 
00051    virtual bool set( const MAKRti::DtInetAddr& addr );
00052 
00053 
00054       
00055 protected:
00056 
00057    const unsigned int  myPayloadAlignment;
00058 
00059 };
00060 
00061 #endif //! DtRtiMtdMcastAddr_H_

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)