L4Re - L4 Runtime Environment
|
Server object base class for handling IRQ messages. More...
Additional Inherited Members | |
![]() | |
typedef Kobject | Interface |
Data type of the IPC interface definition. | |
![]() | |
L4::Server_object ::Demand | get_buffer_demand () const |
int | dispatch_meta_request (L4::Ipc::Iostream &ios) |
Implementation of the meta protocol based on IFACE. More... | |
![]() | |
virtual int | dispatch (unsigned long rights, Ipc::Iostream &ios)=0 |
The abstract handler for client requests to the object. More... | |
![]() | |
static int | proto_dispatch (THIS *self, l4_umword_t rights, L4::Ipc::Iostream &ios) |
Implementation of protocol-based dispatch for this server object. More... | |
Server object base class for handling IRQ messages.
This server object base class implements the empty interface (L4::Kobject). The implementation of Server_object::dispatch() must return -L4_ENOREPLY, because IRQ messages do not handle replies.
Definition at line 172 of file ipc_server.