#include <flir.h>
Public Member Functions | |
| int | close () |
| FLIR () | |
| int | open () |
| void | readData (sensor_msgs::Image &image) |
| ~FLIR () | |
Public Attributes | |
| unicap_device_t | device_ |
| int | device_id_ |
Private Attributes | |
| unicap_data_buffer_t | buffer_ |
| int | color_space_ |
| bool | debug_ |
| unicap_format_t | format_ |
| unicap_format_t | format_spec_ |
| unicap_handle_t | handle_ |
| unicap_data_buffer_t * | returned_buffer_ |
| int | video_format_ |
| int unicap::FLIR::close | ( | ) |
| int unicap::FLIR::open | ( | ) |
| void unicap::FLIR::readData | ( | sensor_msgs::Image & | image | ) |
unicap_data_buffer_t unicap::FLIR::buffer_ [private] |
int unicap::FLIR::color_space_ [private] |
bool unicap::FLIR::debug_ [private] |
| unicap_device_t unicap::FLIR::device_ |
unicap_format_t unicap::FLIR::format_ [private] |
unicap_format_t unicap::FLIR::format_spec_ [private] |
unicap_handle_t unicap::FLIR::handle_ [private] |
unicap_data_buffer_t* unicap::FLIR::returned_buffer_ [private] |
int unicap::FLIR::video_format_ [private] |