truck-code
Public Attributes | List of all members
can_attr_t Struct Reference

#include <can_man.h>

Collaboration diagram for can_attr_t:
Collaboration graph
[legend]

Public Attributes

CANDeviceManagercan_dev
 
iofunc_attr_t io_attr
 
char * devname
 
can_info_t can_info
 
CircularBufferin_buff
 
CircularBufferout_buff
 
can_ocb_tnotify_pocb
 
bool verbose_flag
 
sigevent hw_event
 

Detailed Description

Information per device manager

Member Data Documentation

◆ can_dev

CANDeviceManager* can_attr_t::can_dev

CAN device manager class

◆ can_info

can_info_t can_attr_t::can_info

initialization info

◆ devname

char* can_attr_t::devname

device path name

◆ hw_event

sigevent can_attr_t::hw_event

initialized in pulse_init

◆ in_buff

CircularBuffer* can_attr_t::in_buff

Holds CAN messages until client reads

◆ io_attr

iofunc_attr_t can_attr_t::io_attr

standard system information

◆ notify_pocb

can_ocb_t* can_attr_t::notify_pocb

OCB of client to be notified

◆ out_buff

CircularBuffer* can_attr_t::out_buff

Holds CAN messages until written to bus

◆ verbose_flag

bool can_attr_t::verbose_flag

verbose flag


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