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  | |
| mbox_t * mbox | |
| mbox pointer  | |
| } | target | 
| entry target  | |
| can_reg_type_t | type | 
| entry type  | |