MAK RTIspy API Documentation for HLA 1516
metadataNull.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2006 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: metadataNull.h,v $ $Revision: 1.6 $ $State: Exp $
00007 *********************************************************************/
00008 
00009 #ifndef DtRtiMtdNull_H_
00010 #define DtRtiMtdNull_H_
00011 
00014 
00015 #include "metadata.h"
00016 #include <vlutil/vlUtil.h>
00017 
00018 class DT_DLL_LRC DtRtiMtdNull : public DtRtiMetadata
00019 {
00020 
00021 public:
00022 
00024    DtRtiMtdNull( caddr_t msg );
00025    DtRtiMtdNull( DtRtiMsg* msg );
00026 
00028    virtual ~DtRtiMtdNull();
00029 
00030 private:
00031 
00033    DtRtiMtdNull(const DtRtiMtdNull &);
00034 
00036    DtRtiMtdNull& operator=(const DtRtiMtdNull &);
00037    
00038 public:
00039 
00044    virtual bool get() const;
00045 
00049    virtual bool set();
00050 
00051 
00052 protected:
00053 
00054    const unsigned int  myPayloadAlignment;
00055 
00056 };
00057 
00058 #endif //! DtRtiMtdNull_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)