$search
#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.
Classes | |
| class | unicap::FLIR |
Namespaces | |
| namespace | unicap |
Defines | |
| #define | DEF_EXCEPTION(name, parent) |
| Macro for defining an exception with a given parent (std::runtime_error should be top parent). | |
Functions | |
| unicap::DEF_EXCEPTION (Exception, std::runtime_error) | |
| A standard Unicap exception. | |