Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
bcm_msg_head Struct Reference

#include <bcm.h>

Data Fields

__u32 opcode
 
__u32 flags
 
__u32 count
 
struct timeval ival1 ival2
 
canid_t can_id
 
__u32 nframes
 
struct can_frame frames [0]
 

Detailed Description

struct bcm_msg_head - head of messages to/from the broadcast manager : opcode, see enum below. : special flags, see below. : number of frames to send before changing interval. : interval for the first frames. : interval for the following frames. : CAN ID of frames to be sent or received. : number of frames appended to the message head. : array of CAN frames.

Definition at line 29 of file bcm.h.

Field Documentation

canid_t can_id

Definition at line 34 of file bcm.h.

__u32 count

Definition at line 32 of file bcm.h.

__u32 flags

Definition at line 31 of file bcm.h.

struct can_frame frames[0]

Definition at line 36 of file bcm.h.

struct timeval ival1 ival2

Definition at line 33 of file bcm.h.

__u32 nframes

Definition at line 35 of file bcm.h.

Definition at line 30 of file bcm.h.


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