VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
21  public:
23  negAckRetVal(0),
24  verboseToOther(0),
25  verboseFromOther(0),
26  verboseOtherType(0),
27  verboseNegAck(1),
28  verbosePosAck(0) { }
29 
39 };
40 
42 int DtAcknowledgePredicate(DtPdu *pdu, void *arg);
43 
51 
52 #endif
53 #endif /* _ACKPRED_H_ */
54 
char verboseFromOther
Definition: ackPredOpt.h:35
Options for DtAcknowledgePredicate.
Definition: ackPredOpt.h:20
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtEntityIdentifier from
Definition: ackPredOpt.h:31
char verbosePosAck
Definition: ackPredOpt.h:38
char verboseOtherType
Definition: ackPredOpt.h:36
char verboseToOther
Definition: ackPredOpt.h:34
char verboseNegAck
Definition: ackPredOpt.h:37
int negAckRetVal
Definition: ackPredOpt.h:33
class DtAcknowledgePdu:
Definition: acknowledgePdu.h:30
DtPdu is the base class for all PDU's in VR-Link.
Definition: pdu.h:69
This file declares DtAcknowledgePdu – DIS Only.
int DtAcknowledgePredicate(DtPdu *pdu, void *arg)
For use with Connection::DtReadUntil.
DtAcknowledgeFlag
Definition: disEnums.h:393
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
DtAcknowledgeFlag ackFlag
Definition: ackPredOpt.h:32
DtEntityIdentifier to
Definition: ackPredOpt.h:30
DtAckPredOpt()
Definition: ackPredOpt.h:22
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)