ResourceManager<Resource> class implements a resource manager for managed resources, such as ManagedSubscriber and ManagedServiceServer. More...
#include <ros/ros.h>
#include <ros/console.h>
#include <robot_activity/resource/managed_subscriber.h>
#include <robot_activity/resource/managed_serviceserver.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | robot_activity::resource::ResourceManager< Resource > |
Manages resources. More... | |
class | robot_activity::resource::RMWrapper< T > |
Wrapper around the ResourceManager. More... | |
class | robot_activity::resource::RMWrapper< ManagedServiceServer > |
Specialization of the RMWrapper, where the managed resource is ManagedServiceServer. More... | |
class | robot_activity::resource::RMWrapper< ManagedSubscriber > |
Specialization of the RMWrapper, where the managed resource is ManagedSubscriber. More... | |
Namespaces | |
robot_activity | |
robot_activity::resource | |
Typedefs | |
typedef RMWrapper< ManagedServiceServer > | robot_activity::resource::ServiceServerManager |
typedef RMWrapper< ManagedSubscriber > | robot_activity::resource::SubscriberManager |
ResourceManager<Resource> class implements a resource manager for managed resources, such as ManagedSubscriber and ManagedServiceServer.
Definition in file resource_manager.h.