MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
const unsigned int myPayloadAlignment
Definition: metadataNull.h:54
DtRtiMetadata is added to some RTI messages depending on the configuration of the RTI...
Definition: metadata.h:123
This file contains the declaration of the DtRtiMetadata class which provides a framework for subclass...
DtRtiMetadata & operator=(const DtRtiMetadata &)
Assignment Operator Not Implemented – Assignment Not Allowed!
DtRtiMsg is the base class for messages between RTI components.
Definition: rtiMsg.h:34
Definition: metadataNull.h:18
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155

Document ID: Generated on Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)