Loading...
Searching...
No Matches
conn_can_isotp_master Struct Reference

ISO-TP master connection. More...

Detailed Description

ISO-TP master connection.

Definition at line 70 of file isotp.h.

#include <isotp.h>

Data Fields

struct conn_can_isotp_slavenext
 First slave in the list.
 
struct conn_can_isotp_mastermaster
 Master connection.
 
struct isotp isotp
 ISO-TP parameters and status.
 
int ifnum
 interface number
 
int bound
 1 if connection is bound
 
can_rx_data_trx
 Buffered rx data.
 
mutex_t lock
 Master lock.
 
mbox_t mbox
 mailbox for the connection list
 
msg_t mbox_queue [CONN_CAN_ISOTP_MBOX_SIZE]
 Connection list message queue.
 

Field Documentation

◆ bound

int conn_can_isotp_master::bound

1 if connection is bound

Definition at line 76 of file isotp.h.

◆ ifnum

int conn_can_isotp_master::ifnum

interface number

Definition at line 75 of file isotp.h.

◆ isotp

struct isotp conn_can_isotp_master::isotp

ISO-TP parameters and status.

Definition at line 74 of file isotp.h.

◆ lock

mutex_t conn_can_isotp_master::lock

Master lock.

Definition at line 79 of file isotp.h.

◆ master

struct conn_can_isotp_master* conn_can_isotp_master::master

Master connection.

Definition at line 73 of file isotp.h.

◆ mbox

mbox_t conn_can_isotp_master::mbox

mailbox for the connection list

Definition at line 80 of file isotp.h.

◆ mbox_queue

msg_t conn_can_isotp_master::mbox_queue[CONN_CAN_ISOTP_MBOX_SIZE]

Connection list message queue.

Definition at line 82 of file isotp.h.

◆ next

struct conn_can_isotp_slave* conn_can_isotp_master::next

First slave in the list.

Definition at line 72 of file isotp.h.

◆ rx

can_rx_data_t* conn_can_isotp_master::rx

Buffered rx data.

Definition at line 77 of file isotp.h.


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