#include <l4_types.h>
Public Member Functions | |
| L4_rcv_desc (Mword w=(Mword)-1) | |
| Create a L4 receive descriptor from it's binary representation. | |
| Mword | open_wait () const |
| Open wait? | |
| Mword | rmap () const |
| Wait for a register map message? | |
| void * | msg () const |
| Get a pointer to the receive buffer. | |
| L4_fpage | fpage () const |
| Get the receive flex page. | |
| Mword | is_register_ipc () const |
| Receive a register only message? | |
| Mword | has_receive () const |
| Is there a receive part? | |
| Mword | raw () const |
| for debugging (jdb) | |
Static Public Member Functions | |
| static L4_rcv_desc | short_fpage (L4_fpage fp) |
| Create a receive descriptor for receiving the given flex page. | |
Private Attributes | |
| Mword | _d |
|
|
Create a L4 receive descriptor from it's binary representation.
|
|
|
Get the receive flex page.
|
|
|
Is there a receive part?
|
|
|
Receive a register only message?
|
|
|
Get a pointer to the receive buffer.
|
|
|
Open wait?
|
|
|
for debugging (jdb)
|
|
|
Wait for a register map message?
|
|
|
Create a receive descriptor for receiving the given flex page. The descriptor is for receiving the given flex page by an register only message.
|
|
|
|
1.4.2