VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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 Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)