#include "console_bridge/console.h"
#include <stdint.h>
#include <string.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | LMSBuffer |
Macros | |
#define | LMS_BUFFER_SIZE 50000 |
#define | LMS_ETX 0x03 |
#define | LMS_STX 0x02 |
#define | logDebug CONSOLE_BRIDGE_logDebug |
#define | logError CONSOLE_BRIDGE_logError |
#define | logInform CONSOLE_BRIDGE_logInform |
#define | logWarn CONSOLE_BRIDGE_logWarn |
#define LMS_BUFFER_SIZE 50000 |
Definition at line 31 of file lms_buffer.h.
#define LMS_ETX 0x03 |
Definition at line 33 of file lms_buffer.h.
#define LMS_STX 0x02 |
Definition at line 32 of file lms_buffer.h.
#define logDebug CONSOLE_BRIDGE_logDebug |
Definition at line 37 of file lms_buffer.h.
#define logError CONSOLE_BRIDGE_logError |
Definition at line 36 of file lms_buffer.h.
#define logInform CONSOLE_BRIDGE_logInform |
Definition at line 38 of file lms_buffer.h.
#define logWarn CONSOLE_BRIDGE_logWarn |
Definition at line 35 of file lms_buffer.h.