
#include <ampiimpl.h>

Public Member Functions | |
| AmpiOtherElement (void) | |
| void | pup (PUP::er &p) |
Data Fields | |
| int | seqIncoming |
| Next incoming and outgoing message sequence number. | |
| int | seqOutgoing |
| int | nOut |
| Number of elements in out-of-order queue. (normally 0). | |
Used to keep track of incoming and outgoing message sequence numbers, and the out-of-order message list.
Definition at line 913 of file ampiimpl.h.
| AmpiOtherElement::AmpiOtherElement | ( | void | ) | [inline] |
| void AmpiOtherElement::pup | ( | PUP::er & | p | ) | [inline] |
Next incoming and outgoing message sequence number.
Definition at line 916 of file ampiimpl.h.
Referenced by AmpiOtherElement(), AmpiSeqQ::getOutOfOrder(), pup(), AmpiSeqQ::put(), and AmpiSeqQ::putOutOfOrder().
Number of elements in out-of-order queue. (normally 0).
Definition at line 919 of file ampiimpl.h.
Referenced by AmpiOtherElement(), AmpiSeqQ::getOutOfOrder(), pup(), AmpiSeqQ::put(), and AmpiSeqQ::putOutOfOrder().
1.5.5