Parent interface.
More...
|
typedef Parent | Class |
| The target interface type (inheriting from Kobject_t)
|
|
typedef Typeid::Iface< PROTO, Parent > | __Iface |
| The interface description for the derived class.
|
|
typedef Typeid::Merge_list< Typeid::Iface_list< __Iface >, typename L4::Kobject ::__Iface_list > | __Iface_list |
| The list of all RPC interfaces provided directly or through inheritance.
|
|
L4::Cap< Class > | c () const |
| Get the capability to ourselves.
|
|
l4_cap_idx_t | cap () const throw () |
| Return capability selector. More...
|
|
static void | __check_protocols__ () |
| Helper to check for protocol conflicts.
|
|
Parent interface.
- See also
- Parent API for more details about the purpose.
Definition at line 51 of file parent.
◆ signal()
long L4Re::Parent::signal |
( |
unsigned long |
sig, |
|
|
unsigned long |
val |
|
) |
| |
Send a signal to the parent.
- Parameters
-
sig | Signal to send |
val | Value of the signal |
- Returns
- 0 on success, <0 on error
The documentation for this class was generated from the following file: