$search
#include "flir.h"
#include "sensor_msgs/Image.h"
#include <stdlib.h>
#include <string.h>
#include <stdexcept>
#include <unicap/unicap.h>
#include <unicap/unicap_status.h>
#include <unicap/unicap_version.h>
Go to the source code of this file.
Defines | |
#define | FLIR_EXCEPT(except, msg) |
Macro for throwing an exception with a message. | |
#define | FLIR_EXCEPT_ARGS(except, msg,...) |
Macro for throwing an exception with a message, passing args. |
#define FLIR_EXCEPT | ( | except, | |||
msg | ) |