canmsg_t.3
来自「S3C44B0接can总线.rar」· 3 代码 · 共 48 行
3
48 行
.TH "canmsg_t" 3 "11 Sep 2003" "can4linux" \" -*- nroff -*-.ad l.nh.SH NAMEcanmsg_t \- The CAN message structure. .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...8 bytes\fP".in -1c.SH "DETAILED DESCRIPTION".PP The CAN message structure..PPUsed for all data transfers between the application and the driver using read() or write(). .PP.SH "AUTHOR".PP Generated automatically by Doxygen for can4linux from the source code.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?