DESERT 3.5.1
|
#include <uwtokenbus_hdr.h>
Public Member Functions | |
tokenid_t & | tokenId () |
size_t | getSize () const |
Static Public Member Functions | |
static int & | offset () |
static struct hdr_tokenbus * | access (const Packet *p) |
Public Attributes | |
tokenid_t | token_id_ |
Static Public Attributes | |
static int | offset_ = 0 |
Header of the token bus protocol.
Definition at line 54 of file uwtokenbus_hdr.h.
|
inlinestatic |
Returns a pointer to the tokenbus header of the packet p.
p | Packet |
Definition at line 92 of file uwtokenbus_hdr.h.
|
inline |
Returns the size of this header.
Definition at line 72 of file uwtokenbus_hdr.h.
|
inlinestatic |
Returns a reference to the offset variable.
Definition at line 81 of file uwtokenbus_hdr.h.
|
inline |
Returns a reference to the token_id variable.
Definition at line 63 of file uwtokenbus_hdr.h.
|
static |
Required by the PacketHeaderManager.
Definition at line 56 of file uwtokenbus_hdr.h.
tokenid_t hdr_tokenbus::token_id_ |
progressive token id, indicates which node has the token
Definition at line 57 of file uwtokenbus_hdr.h.