MAK RTIspy API Documentation for HLA 1.3
metadataNull.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2006 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: metadataNull.h,v $ $Revision: 1.6 $ $State: Exp $
7 *********************************************************************/
8 
9 #ifndef DtRtiMtdNull_H_
10 #define DtRtiMtdNull_H_
11 
14 
15 #include "metadata.h"
16 #include <vlutil/vlUtil.h>
17 
19 {
20 
21 public:
22 
24  DtRtiMtdNull( caddr_t msg );
25  DtRtiMtdNull( DtRtiMsg* msg );
26 
28  virtual ~DtRtiMtdNull();
29 
30 private:
31 
33  DtRtiMtdNull(const DtRtiMtdNull &);
34 
37 
38 public:
39 
44  virtual bool get() const;
45 
49  virtual bool set();
50 
51 
52 protected:
53 
54  const unsigned int myPayloadAlignment;
55 
56 };
57 
58 #endif

Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (www.mak.com)