MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
metadataTimeStamp.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: metadataTimeStamp.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
9 #ifndef DtRtiMtdTimeStamp_H_
10 #define DtRtiMtdTimeStamp_H_
11 
16 
17 #include "metadata.h"
18 #include <vlutil/vlTime.h>
19 
20 #if defined(DtIFSPEC1516) || defined(DtIFSPEC1516E) || defined(DtIFSPEC1516_2025)
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  DtRtiMtdTimeStamp( DtMetadataType type, caddr_t msg );
38 
40  virtual ~DtRtiMtdTimeStamp();
41 
42 private:
43 
46 
49 
50 public:
51 
55  virtual bool get( MAKRti::DtTime& stamp ) const;
56 
60  virtual bool set( const MAKRti::DtTime& timeStamp );
61 
64  virtual DtMetadataType getType() const;
65 
66 public:
67 
71  static bool get( DtMetadataType type , char const* msg,
72  MAKRti::DtTime& stamp );
73 
74 protected:
75 
76  static const unsigned int theSizeOfASingleEntry;
77  const unsigned int myPayloadAlignment;
78 
79 };
80 
81 #endif
enum DtMetadataTypes_e DtMetadataType
static const unsigned int theSizeOfASingleEntry
Definition: metadataTimeStamp.h:76
const unsigned int myPayloadAlignment
Definition: metadataTimeStamp.h:77
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...
Definition: metadataTimeStamp.h:30
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
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)