MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
libsrc
RTI
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
;
18
class
DtSaveTimeAdvanceMsg
;
19
typedef
void (*
DtSaveTimeAdvanceCb
)(
const
DtSaveTimeAdvanceMsg
& inter,
void
* usr);
20
21
class
DT_DLL_LRC
DtSaveTimeAdvanceMsg
:
public
DtNullMsg
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
55
virtual
DtRtiMsgKind
internalDtRtiMsgKind
();
56
57
protected
:
58
59
};
60
61
#endif
62
Document ID: Generated on Mon Mar 21 09:41:37 EDT 2016 from SVN revision 163228
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (
www.mak.com
)