#include "mrp2_hardware/serial_comm.h"
Go to the source code of this file.
Defines | |
#define | MILVUS_EXCEPT(except, msg,...) |
#define MILVUS_EXCEPT | ( | except, | |
msg, | |||
... | |||
) |
{ \
char buf[1000]; \
snprintf(buf, 1000, msg " (in milvus::SerialComm::%s)" , ##__VA_ARGS__, __FUNCTION__); \
throw except(buf); \
}
Definition at line 3 of file serial_comm.cpp.