canmsg_t.3
来自「can4linux.3.4.6.gz,一个CAN的高级协议包装」· 3 代码 · 共 56 行
3
56 行
.TH "canmsg_t" 3 "8 Feb 2007" "can4linux" \" -*- nroff -*-.ad l.nh.SH NAMEcanmsg_t \- The CAN message structure. .PP.SH SYNOPSIS.br.PP.SS "Data Fields".in +1c.ti -1c.RI "int \fBflags\fP".br.RI "\fIflags, indicating or controlling special message properties \fP".ti -1c.RI "int \fBcob\fP".br.RI "\fICAN object number, used in Full CAN. \fP".ti -1c.RI "unsigned long \fBid\fP".br.RI "\fICAN message ID, 4 bytes. \fP".ti -1c.RI "timeval \fBtimestamp\fP".br.RI "\fItime stamp for received messages \fP".ti -1c.RI "short int \fBlength\fP".br.RI "\fInumber of bytes in the CAN message \fP".ti -1c.RI "unsigned char \fBdata\fP [CAN_MSG_LENGTH]".br.RI "\fIdata, 0. \fP".in -1c.SH "Detailed Description".PP The CAN message structure. Used for all data transfers between the application and the driver using read() or write(). .PP.SH "Field Documentation".PP .SS "unsigned char \fBcanmsg_t::data\fP[CAN_MSG_LENGTH]".PPdata, 0. .PP..8 bytes .SH "Author".PP Generated automatically by Doxygen for can4linux from the source code.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?