VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
ackPredOpt.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
9
10
#ifndef _ACKPRED_H_
11
#define _ACKPRED_H_
12
13
#if DtDIS
14
15
#include "
hostStructs.h
"
16
#include "
acknowledgePdu.h
"
17
20
class
DT_DLL_VL
DtAckPredOpt {
21
public
:
22
DtAckPredOpt() :
23
negAckRetVal(0),
24
verboseToOther(0),
25
verboseFromOther(0),
26
verboseOtherType(0),
27
verboseNegAck(1),
28
verbosePosAck(0) { }
29
30
DtEntityIdentifier
to;
31
DtEntityIdentifier
from;
32
DtAcknowledgeFlag
ackFlag;
33
int
negAckRetVal;
34
char
verboseToOther;
35
char
verboseFromOther;
36
char
verboseOtherType;
37
char
verboseNegAck;
38
char
verbosePosAck;
39
};
40
42
int
DtAcknowledgePredicate(
DtPdu
*pdu,
void
*arg);
43
50
int
DtAcknowledgePredicate(DtAcknowledgePdu *pdu, DtAckPredOpt *opt);
51
52
#endif
53
#endif
/* _ACKPRED_H_ */
54
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)