registry entry More...
registry entry
This structure is used through the stack to describe how to contact the upper layer and which CAN interface to use
#include <common.h>
Data Fields | ||
| struct can_reg_entry * | next | |
| next for linked list | ||
| int | ifnum | |
| interface number for the entry | ||
| union { | ||
| kernel_pid_t pid | ||
| pid of the thread when using msg More... | ||
| mbox_t * mbox | ||
| mbox pointer More... | ||
| } | target | |
| entry target | ||
| can_reg_type_t | type | |
| entry type | ||
| struct can_reg_entry* can_reg_entry::next |
| kernel_pid_t can_reg_entry::pid |
| can_reg_type_t can_reg_entry::type |