MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
saveTsoMsg.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: saveTsoMsg.h,v $ $Revision: 1.7 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtSaveTsoMsg_H_
13 #define DtSaveTsoMsg_H_
14 
15 #ifdef DtTIME
16 
17 #include "saveMsg.h"
18 
19 class DT_DLL_LRC DtSaveTsoMsg : public DtSaveMsg
20 {
21 public:
22 
24  DtSaveTsoMsg(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
25 
27  DtSaveTsoMsg(
28  const char* theLabel,
29  DtRtiApiTime const & theTime,
30  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
31 
33  DtSaveTsoMsg(const DtNetSaveMsg* netRepMsg,
34  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
35 
37  virtual ~DtSaveTsoMsg();
38 
40  void set(const char* theLabel, DtRtiApiTime const & theTime, bool adjustBufferSize = true);
41 
43  virtual void printData(DtLogicalTimeFactory* logicalTimeFactory) const;
44 
45 protected:
46 
49 
50 protected:
51 
52 };
53 
54 #endif
55 #endif
DtRtiMsgKind
Definition: rtiMsgKind.h:9
Definition: fedTimeFactory.h:73
A base class for the various save/restore messages.
Definition: saveMsg.h:20
RTI_API::LogicalTime DtRtiApiTime
Typedefs for RTI API types that frequently require conditional precompile directives.
Definition: rtiApiTypes.h:91
virtual DtRtiMsgKind internalDtRtiMsgKind()
Returns the kind of this message.
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
Print the data section.
Definition: netSaveMsg.h:19
#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)