MAK RTIspy API Documentation for HLA Evolved
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
RTI
saveAbortMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2010 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: savBegMsg.h,v $ $Revision: 1.5 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtAbortSaveMsg_H_
13
#define DtAbortSaveMsg_H_
14
15
#include "
saveMsg.h
"
16
17
class
DtConnectionMgr
;
18
class
DtAbortSaveMsg
;
19
typedef
void (*
DtAbortSaveCb
)(
const
DtAbortSaveMsg
& msg,
void
* usr);
20
21
22
class
DT_DLL_LRC
DtAbortSaveMsg
:
public
DtSaveMsg
23
{
24
public
:
25
27
DtAbortSaveMsg
(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
28
30
DtAbortSaveMsg
(
const
DtNetSaveMsg
* netRepMsg,
31
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
32
34
virtual
~
DtAbortSaveMsg
();
35
37
virtual
DtRtiMsg
*
clone
(
bool
copy =
true
)
const
;
38
40
virtual
void
printData
(
DtLogicalTimeFactory
* logicalTimeFactory)
const
;
41
42
public
:
44
static
DtRtiMsg
* create(
const
DtNetMsgHeader
* initial,
45
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
46
48
static
DtRtiMsg
* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
49
51
static
void
addCallback(
DtConnectionMgr
*conn,
52
DtAbortSaveCb
cb,
void
*usr);
53
static
void
removeCallback(
DtConnectionMgr
*conn,
54
DtAbortSaveCb
cb,
void
*usr);
55
56
protected
:
57
59
virtual
DtRtiMsgKind
internalDtRtiMsgKind
();
60
61
protected
:
62
63
};
64
65
#endif
Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (
www.mak.com
)