Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

s_rx_buffer_message Struct Reference

#include <canop.h>


Data Fields

BOOL valid
Message m


Detailed Description

This struct is needed to store incoming CAN-Messages. The Buffer of the CAN-controller usually isn't that big, therefore we create a 'Software-buffer' to store more incoming messages.


Field Documentation

Message s_rx_buffer_message::m
 

contains the message itself

BOOL s_rx_buffer_message::valid
 

if set to true, the message is valid: so it has been written but not yet read. if false, the message has not been written yet, or is neither valid.


The documentation for this struct was generated from the following file:
Generated on Wed Dec 25 01:04:57 2002 for CANopen SlaveLib by doxygen1.2.17