Wait for fulfillment! More...
Go to the source code of this file.
Classes | |
struct | can_msg |
struct | canel |
struct | socket |
Typedefs | |
typedef void(* | sock_recv_hook )(struct socket *) |
Functions | |
void | sock_init (struct socket *) |
void | sock_register_recv_hook (struct socket *, sock_recv_hook) |
void | sock_push (struct socket *, struct can_msg *) |
struct can_msg * | sock_pull (struct socket *) |
Wait for fulfillment!