]> rtime.felk.cvut.cz Git - frescor/fna.git/blob - src_frescan/frescan_hw_buffer.h
c47f9d3769d46c492423d3384709a62c0faf05ad
[frescor/fna.git] / src_frescan / frescan_hw_buffer.h
1 /*!
2  * @file frescan_hw_buffer.h
3  *
4  * @brief functions to manage the hw transmission buffer
5  *
6  * @version 0.01
7  *
8  * @date 12-Mar-2008
9  *
10  * @author
11  *      Daniel Sangorrin
12  *
13  * @comments
14  *
15  * This file contains the functions needed to manage the hw transmission buffer.
16  * This is needed to update the transmission buffer of the CAN chip with the
17  * message with highest priority. This could involve having to abort the
18  * frame that is currently in the buffer.
19  *
20  * @license
21  *
22  * See MaRTE OS license
23  *
24  */
25
26 #ifndef _MARTE_FRESCAN_HW_BUFFER_H_
27 #define _MARTE_FRESCAN_HW_BUFFER_H_
28
29 #include "frescan.h"
30
31 extern int frescan_hw_buffer_update(frescan_network_t net);
32
33 #endif // _MARTE_FRESCAN_HW_BUFFER_H_