Loading...
Searching...
No Matches
can_reg_entry Struct Reference

registry entry More...

Detailed Description

registry entry

This structure is used through the stack to describe how to contact the upper layer and which CAN interface to use

Definition at line 143 of file common.h.

#include <common.h>

Data Fields

struct can_reg_entrynext
 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
 

Field Documentation

◆ ifnum

int can_reg_entry::ifnum

interface number for the entry

Definition at line 145 of file common.h.

◆ mbox

mbox_t* can_reg_entry::mbox

mbox pointer

Definition at line 149 of file common.h.

◆ next

struct can_reg_entry* can_reg_entry::next

next for linked list

Definition at line 144 of file common.h.

◆ pid

kernel_pid_t can_reg_entry::pid

pid of the thread when using msg

Definition at line 147 of file common.h.

◆ type

can_reg_type_t can_reg_entry::type

entry type

Definition at line 153 of file common.h.


The documentation for this struct was generated from the following file: