MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
savTimeAdvMsg.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: savTimeAdvMsg.h,v $ $Revision: 1.5 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtSaveTimeAdvanceMsg_H_
13 #define DtSaveTimeAdvanceMsg_H_
14 
15 #include "nullMsg.h"
16 
17 class DtConnectionMgr;
19 typedef void (*DtSaveTimeAdvanceCb)(const DtSaveTimeAdvanceMsg& inter, void* usr);
20 
22 {
23 public:
24 
26  DtSaveTimeAdvanceMsg(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
27 
29  DtSaveTimeAdvanceMsg(const DtNetNullMsg* netRep,
30  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
31 
33  virtual ~DtSaveTimeAdvanceMsg();
34 
36  virtual DtRtiMsg* clone(bool copy = true) const;
37 
38 public:
39 
41  static DtRtiMsg* create(const DtNetMsgHeader* initial,
42  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
43 
44  static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
45 
47  static void addCallback(DtConnectionMgr* conn,
48  DtSaveTimeAdvanceCb cb, void* usr);
49  static void removeCallback(DtConnectionMgr* conn,
50  DtSaveTimeAdvanceCb cb, void* usr);
51 
52 protected:
53 
56 
57 protected:
58 
59 };
60 
61 #endif
62 

Document ID: Generated on Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)