L4Re Operating System Framework
Interface and Usage Documentation
|
#include <l4/sys/cxx/ipc_basics>
#include <l4/sys/cxx/ipc_types>
#include <l4/sys/cxx/ipc_iface>
#include <l4/sys/__typeinfo.h>
#include <l4/sys/err.h>
Go to the source code of this file.
Namespaces | |
namespace | L4 |
L4 low-level kernel interface. | |
namespace | L4::Ipc |
IPC related functionality. | |
namespace | L4::Ipc::Msg |
IPC Message related functionality. | |
Macros | |
#define | L4_RPC_DEF(name) |
Generate the definition of an RPC stub. | |
#define L4_RPC_DEF | ( | name | ) |
Generate the definition of an RPC stub.
name | The fully qualified method name to be implemented, this means class::method . |
This macro generates the definition (implementation) for the given RPC interface method.
Definition at line 43 of file ipc_client.