Public Member Functions | |
ImageNodelet () | |
~ImageNodelet () | |
Public Member Functions inherited from nodelet::Nodelet | |
void | init (const std::string &name, const M_string &remapping_args, const V_string &my_argv, ros::CallbackQueueInterface *st_queue=NULL, ros::CallbackQueueInterface *mt_queue=NULL) |
Nodelet () | |
virtual | ~Nodelet () |
Private Member Functions | |
void | imageCb (const sensor_msgs::ImageConstPtr &msg) |
virtual void | onInit () |
void | reconfigureCb (image_view::ImageViewConfig &config, uint32_t level) |
void | windowThread () |
Static Private Member Functions | |
static void | mouseCb (int event, int x, int y, int flags, void *param) |
Private Attributes | |
bool | autosize_ |
int | colormap_ |
int | count_ |
bool | do_dynamic_scaling_ |
boost::format | filename_format_ |
double | max_image_value_ |
double | min_image_value_ |
ros::Publisher | pub_ |
ThreadSafeImage | queued_image_ |
ThreadSafeImage | shown_image_ |
dynamic_reconfigure::Server< image_view::ImageViewConfig > | srv_ |
image_transport::Subscriber | sub_ |
std::string | window_name_ |
boost::thread | window_thread_ |
Additional Inherited Members | |
Protected Member Functions inherited from nodelet::Nodelet | |
ros::CallbackQueueInterface & | getMTCallbackQueue () const |
ros::NodeHandle & | getMTNodeHandle () const |
ros::NodeHandle & | getMTPrivateNodeHandle () const |
const V_string & | getMyArgv () const |
const std::string & | getName () const |
ros::NodeHandle & | getNodeHandle () const |
ros::NodeHandle & | getPrivateNodeHandle () const |
const M_string & | getRemappingArgs () const |
ros::CallbackQueueInterface & | getSTCallbackQueue () const |
std::string | getSuffixedName (const std::string &suffix) const |
Definition at line 94 of file image_nodelet.cpp.
image_view::ImageNodelet::ImageNodelet | ( | ) |
Definition at line 131 of file image_nodelet.cpp.
image_view::ImageNodelet::~ImageNodelet | ( | ) |
Definition at line 136 of file image_nodelet.cpp.
|
private |
Definition at line 198 of file image_nodelet.cpp.
|
staticprivate |
Definition at line 241 of file image_nodelet.cpp.
|
privatevirtual |
Implements nodelet::Nodelet.
Definition at line 145 of file image_nodelet.cpp.
|
private |
Definition at line 190 of file image_nodelet.cpp.
|
private |
Definition at line 285 of file image_nodelet.cpp.
|
private |
Definition at line 103 of file image_nodelet.cpp.
|
private |
Definition at line 111 of file image_nodelet.cpp.
|
private |
Definition at line 105 of file image_nodelet.cpp.
|
private |
Definition at line 110 of file image_nodelet.cpp.
|
private |
Definition at line 104 of file image_nodelet.cpp.
|
private |
Definition at line 113 of file image_nodelet.cpp.
|
private |
Definition at line 112 of file image_nodelet.cpp.
|
private |
Definition at line 107 of file image_nodelet.cpp.
|
private |
Definition at line 100 of file image_nodelet.cpp.
|
private |
Definition at line 100 of file image_nodelet.cpp.
|
private |
Definition at line 109 of file image_nodelet.cpp.
|
private |
Definition at line 96 of file image_nodelet.cpp.
|
private |
Definition at line 102 of file image_nodelet.cpp.
|
private |
Definition at line 98 of file image_nodelet.cpp.