#include "API.h"
Go to the source code of this file.
◆ VEXROS_DEBUG_MODE
#define VEXROS_DEBUG_MODE 0 |
◆ VEXROS_DEBUG_OUTPUT_SERIAL
#define VEXROS_DEBUG_OUTPUT_SERIAL uart2 |
◆ VEXROS_ROSSERIAL_INPUT_SERIAL
#define VEXROS_ROSSERIAL_INPUT_SERIAL stdin |
◆ VEXROS_ROSSERIAL_OUTPUT_SERIAL
#define VEXROS_ROSSERIAL_OUTPUT_SERIAL stdout |
◆ vexroslog
◆ vexroslogdebug
#define vexroslogdebug |
( |
|
fmtstr, |
|
|
|
... |
|
) |
| |
Value: { \
if(DEBUG_MODE) { \
vexroslog(fmtstr, ##__VA_ARGS__); \
} \
}
Definition at line 33 of file logger.h.
◆ vexrosreadchar
◆ vexroswrite
◆ vexroswritechar