#include <deprecated_relay.h>
Public Types | |
typedef boost::shared_ptr< DeprecatedRelay > | Ptr |
Public Types inherited from jsk_topic_tools::Relay | |
typedef ros::MessageEvent< topic_tools::ShapeShifter > | ShapeShifterEvent |
Additional Inherited Members | |
Public Member Functions inherited from jsk_topic_tools::Relay | |
virtual void | onInit () |
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 () |
Protected Attributes inherited from jsk_topic_tools::Relay | |
ros::ServiceServer | change_output_topic_srv_ |
ConnectionStatus | connection_status_ |
TimeredDiagnosticUpdater::Ptr | diagnostic_updater_ |
Pointer to TimeredDiagnosticUpdater to call updateDiagnostic(diagnostic_updater::DiagnosticStatusWrapper&) periodically. More... | |
boost::mutex | mutex_ |
std::string | output_topic_name_ |
ros::NodeHandle | pnh_ |
ros::Publisher | pub_ |
boost::shared_ptr< topic_tools::ShapeShifter const > | sample_msg_ |
ros::Subscriber | sub_ |
VitalChecker::Ptr | vital_checker_ |
Definition at line 44 of file deprecated_relay.h.
Definition at line 47 of file deprecated_relay.h.
|
protectedvirtual |
Reimplemented from jsk_topic_tools::Relay.
Definition at line 41 of file deprecated_relay_nodelet.cpp.