MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
metadataFwderGroupId.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: metadataFwderGroupId.h,v $ $Revision: 1.5 $ $State: Exp $
7 *********************************************************************/
8 
9 #ifndef DtRtiMtdForwarderGroupId_H_
10 #define DtRtiMtdForwarderGroupId_H_
11 
16 
17 #include "metadata.h"
18 #include "bitMask.h"
19 
20 #if defined(DtIFSPEC1516) || defined(DtIFSPEC1516E)
21 #include <RTI/Handle.h>
22 #else
23 #ifdef DtIFSPEC13DLC
24 #include "RTI13.h"
25 #else
26 #include "RTI.hh"
27 #endif
28 #endif
29 
31 {
32 
33 public:
34 
36  DtRtiMtdForwarderGroupId( caddr_t msg );
38 
40  virtual ~DtRtiMtdForwarderGroupId();
41 
42 private:
43 
46 
49 
50 public:
51 
57  virtual int get( char** groupName ) const;
58 
62  virtual bool set( const char* groupName, unsigned int nameLen = 0 );
63 
64 
65 public:
66 
67 protected:
68 
69  const unsigned int myPayloadAlignment;
70 
71 };
72 
73 #endif
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:45
Definition: metadataFwderGroupId.h:30
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126
const unsigned int myPayloadAlignment
Definition: metadataFwderGroupId.h:69

Document ID: Generated on Thu May 11 15:55:32 EDT 2023 from SVN revision 254743
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)