Macros
usb_comm.cpp File Reference
#include "mrp2_hardware/usb_comm.h"
Include dependency graph for usb_comm.cpp:

Go to the source code of this file.

Macros

#define MILVUS_EXCEPT(except, msg, ...)
 

Macro Definition Documentation

◆ MILVUS_EXCEPT

#define MILVUS_EXCEPT (   except,
  msg,
  ... 
)
Value:
{ \
char buf[1000]; \
snprintf(buf, 1000, msg " (in milvus::UsbComm::%s)" , ##__VA_ARGS__, __FUNCTION__); \
throw except(buf); \
}

Definition at line 3 of file usb_comm.cpp.



mrp2_hardware
Author(s): Akif Hacinecipoglu
autogenerated on Mon Feb 28 2022 22:53:03