@name State identifiers. These are the identifiers used by the finite state machine implemented by the mailbox.
#define STATE_UNNAMED
State identifier: the mailbox has not yet been initialised
#define STATE_EXTR_NAME
State identifier: the mailbox is reading its name
#define STATE_WAITING
State identifier: the mailbox is idle
#define STATE_EXTR_DEST
State identifier: the mailbox is receiving the destination for an incoming message
#define STATE_EXTR_LEN1
State identifier: the mailbox is receiving the low-order byte of the length word for an incoming message
#define STATE_EXTR_LEN2
State identifier: the mailbox is receiving the high-order byte of the length word for an incoming message
#define STATE_EXTR_BODY
State identifier: the mailbox is receiving the body of an incoming message
#define STATE_ACKNOWLEDGING
State identifier: the mailbox is acknowledging the sender about the completion of the message delivery
#define STATE_SENDING
State identifier: the mailbox is sending a message to the attached socket
@name State identifiers. These are the identifiers used by the finite state machine implemented by the mailbox.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de