MiniCAN MiniCAN: CAN_INTERFACE_READ Struct Reference Documentation

CAN_INTERFACE_READ Struct Reference

data structure for receiving messages More...

#include <minican.h>


Data Fields

ULONG ulTimeStampHi
 upper 32 bit of timestamp
ULONG ulTimeStampLo
 lower 32 bit of timestamp
ULONG ulFormat
 message format: 11 | 29
ULONG ulId
 message ID
ULONG ulDataSize
 size of received CAN message
UCHAR aucData [8]
 buffer for CAN message


Detailed Description

data structure for receiving messages

Received CAN messages are stored in this structure. This data type is also used when reading messages via function 4 (Read0) or 6 (Read1)

Definition at line 32 of file minican.h.


Field Documentation

UCHAR CAN_INTERFACE_READ::aucData[8]

buffer for CAN message

Definition at line 39 of file minican.h.

Referenced by CbFilter().

ULONG CAN_INTERFACE_READ::ulDataSize

size of received CAN message

Definition at line 38 of file minican.h.

Referenced by CbFilter().

ULONG CAN_INTERFACE_READ::ulFormat

message format: 11 | 29

Definition at line 36 of file minican.h.

Referenced by CbFilter().

ULONG CAN_INTERFACE_READ::ulId

message ID

Definition at line 37 of file minican.h.

Referenced by CbFilter().

ULONG CAN_INTERFACE_READ::ulTimeStampHi

upper 32 bit of timestamp

Definition at line 34 of file minican.h.

Referenced by CbFilter().

ULONG CAN_INTERFACE_READ::ulTimeStampLo

lower 32 bit of timestamp

Definition at line 35 of file minican.h.

Referenced by CbFilter().


The documentation for this struct was generated from the following file:
24 Sep 2008SORCUS Computer GmbH