$search
#include "stoc.h"
#include <sensor_msgs/PointCloud.h>
#include <deprecated_msgs/ImageArray.h>
#include <deprecated_msgs/Image.h>
#include <stdexcept>
#include <string>
#include <SVS/svsclass.h>
#include <opencv/cv.h>
Go to the source code of this file.
Defines | |
#define | STOC_EXCEPT(except, msg) |
Macro for throwing an exception with a message. | |
#define | STOC_EXCEPT_ARGS(except, msg,...) |
Macro for throwing an exception with a message, passing args. |
#define STOC_EXCEPT | ( | except, | |||
msg | ) |