A nodelet mixin that can report that it is being unloaded. More...
#include <nodelet/nodelet.h>
#include <ros/duration.h>
#include <cras_cpp_common/time_utils/interruptible_sleep_interface.h>
#include "impl/stateful_nodelet.hpp"
Go to the source code of this file.
Classes | |
class | cras::StatefulNodelet< NodeletType > |
A mixin that can tell when a nodelet is being unloaded. More... | |
struct | cras::StatefulNodeletInterface |
A non-templated interface of the mixin that can tell when a nodelet is being unloaded. More... | |
Namespaces | |
cras | |
Functions | |
bool | cras::isNodeletUnloading (const ::nodelet::Nodelet &nodelet) |
Tells whether the nodelet is currently being unloaded (with some pending callbacks still running). More... | |
A nodelet mixin that can report that it is being unloaded.
Definition in file stateful_nodelet.hpp.