Rev 801 | Rev 807 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 801 | Rev 804 | ||
|---|---|---|---|
| Line 15... | Line 15... | ||
| 15 | */ |
15 | */ |
| 16 | 16 | ||
| 17 | /**@{*/ |
17 | /**@{*/ |
| 18 | 18 | ||
| 19 | //#error StdCan: For discussion only! Do not use in application code. |
19 | //#error StdCan: For discussion only! Do not use in application code. |
| 20 | #warning StdCan: Not |
20 | #warning StdCan: Not thouroughly tested yet. |
| 21 | 21 | ||
| 22 | #ifndef STDCAN_H_ |
22 | #ifndef STDCAN_H_ |
| 23 | #define STDCAN_H_ |
23 | #define STDCAN_H_ |
| 24 | 24 | ||
| 25 | #include <config.h> |
25 | #include <config.h> |
| Line 83... | Line 83... | ||
| 83 | * |
83 | * |
| 84 | * Initializes the StdCan and lower layers and sends an Application Startup |
84 | * Initializes the StdCan and lower layers and sends an Application Startup |
| 85 | * Message. |
85 | * Message. |
| 86 | * |
86 | * |
| 87 | */ |
87 | */ |
| 88 | StdCan_Ret_t StdCan_Init(); |
88 | StdCan_Ret_t StdCan_Init(void); |
| 89 | 89 | ||
| 90 | /** |
90 | /** |
| 91 | * @brief Get a message. |
91 | * @brief Get a message. |
| 92 | * |
92 | * |
| 93 | * Retrieves a message from the receive queue. |
93 | * Retrieves a message from the receive queue. |