#include <gscam_nodelet.h>
Public Member Functions | |
GSCamNodelet () | |
virtual void | onInit () |
~GSCamNodelet () | |
Private Attributes | |
boost::scoped_ptr< GSCam > | gscam_driver_ |
boost::scoped_ptr< boost::thread > | stream_thread_ |
Definition at line 12 of file gscam_nodelet.h.
Definition at line 10 of file gscam_nodelet.cpp.
Definition at line 17 of file gscam_nodelet.cpp.
void gscam::GSCamNodelet::onInit | ( | ) | [virtual] |
Implements nodelet::Nodelet.
Definition at line 22 of file gscam_nodelet.cpp.
boost::scoped_ptr<GSCam> gscam::GSCamNodelet::gscam_driver_ [private] |
Definition at line 21 of file gscam_nodelet.h.
boost::scoped_ptr<boost::thread> gscam::GSCamNodelet::stream_thread_ [private] |
Definition at line 22 of file gscam_nodelet.h.