#include <image_publisher.h>
Public Member Functions | |
ImagePublisher () | |
void | init (image_transport::ImageTransport &id) |
Initialization of publisher. More... | |
void | publish (const sensor_msgs::ImagePtr &image) |
bool | used () |
Private Member Functions | |
ImagePublisher (const ImagePublisher &) | |
ImagePublisher & | operator= (const ImagePublisher &) |
Private Attributes | |
image_transport::Publisher | pub_ |
Definition at line 47 of file image_publisher.h.
rcgccam::ImagePublisher::ImagePublisher | ( | ) |
Definition at line 48 of file image_publisher.cc.
|
private |
void rcgccam::ImagePublisher::init | ( | image_transport::ImageTransport & | id | ) |
Initialization of publisher.
it | Image transport handle. |
Definition at line 51 of file image_publisher.cc.
|
private |
void rcgccam::ImagePublisher::publish | ( | const sensor_msgs::ImagePtr & | image | ) |
Definition at line 61 of file image_publisher.cc.
bool rcgccam::ImagePublisher::used | ( | ) |
Definition at line 56 of file image_publisher.cc.
|
private |
Definition at line 67 of file image_publisher.h.