app_loader.h
Go to the documentation of this file.
1 
23 #ifndef APP_LOADER_H_
24 #define APP_LOADER_H_
25 
26 #include <iostream>
27 #include <ros/ros.h>
28 
29 #include "app_loader/AppLoad.h"
30 #include "app_loader/AppUnload.h"
31 #include "app_loader/RTDestroy.h"
32 
33 namespace app_loader{
34 
35  class AppLoader
36  {
37  public:
38  AppLoader();
39  ~AppLoader();
40  bool ok();
41  private:
42  std::string app_name_;
43  std::string app_type_;
46  bool rtpManagerDestroyCB(app_loader::RTDestroy::Request &req, app_loader::RTDestroy::Response &resp);
47  };
48 };
49 
50 #endif
std::string app_name_
Definition: app_loader.h:42
bool rtpManagerDestroyCB(app_loader::RTDestroy::Request &req, app_loader::RTDestroy::Response &resp)
Definition: app_loader.cpp:77
ros::ServiceServer rtp_manager_destroy_srv_
Definition: app_loader.h:45
std::string app_type_
Definition: app_loader.h:43


app_loader
Author(s):
autogenerated on Mon Jun 10 2019 14:02:01