Main Page
Namespaces
Classes
Files
File List
File Members
include
app_loader
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_
;
44
bool
rtp_manager_destroy_
;
45
ros::ServiceServer
rtp_manager_destroy_srv_
;
46
bool
rtpManagerDestroyCB
(app_loader::RTDestroy::Request &req, app_loader::RTDestroy::Response &resp);
47
};
48
};
49
50
#endif
app_loader
Definition:
app_loader.h:33
app_loader::AppLoader::rtp_manager_destroy_
bool rtp_manager_destroy_
Definition:
app_loader.h:44
app_loader::AppLoader::AppLoader
AppLoader()
Definition:
app_loader.cpp:27
app_loader::AppLoader::app_name_
std::string app_name_
Definition:
app_loader.h:42
app_loader::AppLoader::rtpManagerDestroyCB
bool rtpManagerDestroyCB(app_loader::RTDestroy::Request &req, app_loader::RTDestroy::Response &resp)
Definition:
app_loader.cpp:77
app_loader::AppLoader
Definition:
app_loader.h:35
app_loader::AppLoader::rtp_manager_destroy_srv_
ros::ServiceServer rtp_manager_destroy_srv_
Definition:
app_loader.h:45
app_loader::AppLoader::ok
bool ok()
Definition:
app_loader.cpp:89
ros::ServiceServer
ros.h
app_loader::AppLoader::app_type_
std::string app_type_
Definition:
app_loader.h:43
app_loader::AppLoader::~AppLoader
~AppLoader()
Definition:
app_loader.cpp:56
app_loader
Author(s):
autogenerated on Mon Jun 10 2019 14:02:01