MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
metadataTestId.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: metadataTestId.h,v $ $Revision: 1.3 $ $State: Exp $
7 *********************************************************************/
8 
9 #ifndef DtRtiMtdTestId_H_
10 #define DtRtiMtdTestId_H_
11 
16 
17 #include "metadata.h"
18 
19 #if defined(DtIFSPEC1516) || defined(DtIFSPEC1516E)
20 #include <RTI/Handle.h>
21 #else
22 #ifdef DtIFSPEC13DLC
23 #include "RTI13.h"
24 #else
25 #include "RTI.hh"
26 #endif
27 #endif
28 
32 {
33 
34 public:
35 
37  DtRtiMtdTestId( caddr_t msg );
38  DtRtiMtdTestId( DtRtiMsg* msg );
39 
41  virtual ~DtRtiMtdTestId();
42 
43 private:
44 
47 
50 
51 public:
52 
56  virtual bool get( unsigned int& testId ) const;
57 
61  virtual bool set( unsigned int testId );
62 
63 
64 protected:
65 
66  const unsigned int myPayloadAlignment;
67 
68 };
69 
70 #endif
DtRtiMetadata is added to some RTI messages depending on the configuration of the RTI...
Definition: metadata.h:123
This file contains the designator or handle classes used by the interface.
This file contains the declaration of the DtRtiMetadata class which provides a framework for subclass...
const unsigned int myPayloadAlignment
Definition: metadataTestId.h:66
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
DtRtiMtdTestId is a metadata type used in RTI Network testing It is used to identify to which test th...
Definition: metadataTestId.h:31
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126

Document ID: Generated on Mon Sep 7 15:40:32 EDT 2020 from SVN revision 217499
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)