#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <carme.h>
#include <can.h>
#include <stm32f4xx.h>
#include <FreeRTOS.h>
#include <queue.h>
#include <task.h>
#include <semphr.h>
#include "display.h"
Go to the source code of this file.
◆ LOG_IF
#define LOG_IF |
( |
|
cond, |
|
|
|
... |
|
) |
| do{ if(cond) display_log(__VA_ARGS__); } while(false) |
◆ UCAN_LOG_DISPATCH
#define UCAN_LOG_DISPATCH 0 |
Set loglevel to dispatched messages.
Definition at line 25 of file ucan.h.
◆ UCAN_LOG_DROP
Set loglevel to dropped messages (unable to dispatch)
Definition at line 26 of file ucan.h.
◆ UCAN_LOG_RECEIVE
#define UCAN_LOG_RECEIVE 0 |
Set loglevel to recieved messages.
Definition at line 24 of file ucan.h.
◆ UCAN_LOG_SENDING
#define UCAN_LOG_SENDING 0 |
Set loglevel to sent messages.
Definition at line 23 of file ucan.h.
◆ UCAN_LOG_SENT
Enable or disable logging by setting this to either true or false.
Definition at line 22 of file ucan.h.