#include <def.h>#include <general.h>#include <objdict.h>#include <canop.h>Functions | |
| BOOL | readRxBuffer (void) |
|
|
This function reads a maximum of RX_CAN_BUFFER_SIZE messages in the buffer. RX_CAN_BUFFER_SIZE can be defined general.h. If theres no empty space to put a new message into the buffer (because the old one haven't been processed, new message are left in the buffer of the can-controller. in this case you're risking to loose data!
|
1.2.17