#include <l4_types.h>
Public Member Functions | |
L4_snd_desc (Mword w=(Mword)-1) | |
Create a send descriptor from its binary representation. | |
Mword | deceite () const |
Deceite bit set? | |
Mword | map () const |
Map bit set? | |
void * | msg () const |
Get the message base address. | |
Mword | is_long_ipc () const |
Is the message a long IPC? | |
Mword | is_register_ipc () const |
Send a register only message? | |
Mword | has_snd () const |
has the IPC a send part (descriptor != -1). | |
Mword | raw () const |
Private Attributes | |
Mword | _d |
|
Create a send descriptor from its binary representation.
|
|
Deceite bit set?
|
|
has the IPC a send part (descriptor != -1).
|
|
Is the message a long IPC?
|
|
Send a register only message?
|
|
Map bit set?
|
|
Get the message base address.
|
|
|
|
|