1 |
|
|
// Generated by gencpp from file dynamic_graph_manager/RunPythonFile.msg |
2 |
|
|
// DO NOT EDIT! |
3 |
|
|
|
4 |
|
|
|
5 |
|
|
#ifndef DYNAMIC_GRAPH_MANAGER_MESSAGE_RUNPYTHONFILE_H |
6 |
|
|
#define DYNAMIC_GRAPH_MANAGER_MESSAGE_RUNPYTHONFILE_H |
7 |
|
|
|
8 |
|
|
#include <ros/service_traits.h> |
9 |
|
|
|
10 |
|
|
|
11 |
|
|
#include <dynamic_graph_manager/RunPythonFileRequest.h> |
12 |
|
|
#include <dynamic_graph_manager/RunPythonFileResponse.h> |
13 |
|
|
|
14 |
|
|
|
15 |
|
|
namespace dynamic_graph_manager |
16 |
|
|
{ |
17 |
|
|
|
18 |
|
4 |
struct RunPythonFile |
19 |
|
|
{ |
20 |
|
|
|
21 |
|
|
typedef RunPythonFileRequest Request; |
22 |
|
|
typedef RunPythonFileResponse Response; |
23 |
|
|
Request request; |
24 |
|
|
Response response; |
25 |
|
|
|
26 |
|
|
typedef Request RequestType; |
27 |
|
|
typedef Response ResponseType; |
28 |
|
|
|
29 |
|
|
}; // struct RunPythonFile |
30 |
|
|
} // namespace dynamic_graph_manager |
31 |
|
|
|
32 |
|
|
|
33 |
|
|
namespace ros |
34 |
|
|
{ |
35 |
|
|
namespace service_traits |
36 |
|
|
{ |
37 |
|
|
|
38 |
|
|
|
39 |
|
|
template<> |
40 |
|
|
struct MD5Sum< ::dynamic_graph_manager::RunPythonFile > { |
41 |
|
68 |
static const char* value() |
42 |
|
|
{ |
43 |
|
68 |
return "ffcaa4f36ef17f7d9f20ffdb55052b4e"; |
44 |
|
|
} |
45 |
|
|
|
46 |
|
2 |
static const char* value(const ::dynamic_graph_manager::RunPythonFile&) { return value(); } |
47 |
|
|
}; |
48 |
|
|
|
49 |
|
|
template<> |
50 |
|
|
struct DataType< ::dynamic_graph_manager::RunPythonFile > { |
51 |
|
20 |
static const char* value() |
52 |
|
|
{ |
53 |
|
20 |
return "dynamic_graph_manager/RunPythonFile"; |
54 |
|
|
} |
55 |
|
|
|
56 |
|
|
static const char* value(const ::dynamic_graph_manager::RunPythonFile&) { return value(); } |
57 |
|
|
}; |
58 |
|
|
|
59 |
|
|
|
60 |
|
|
// service_traits::MD5Sum< ::dynamic_graph_manager::RunPythonFileRequest> should match |
61 |
|
|
// service_traits::MD5Sum< ::dynamic_graph_manager::RunPythonFile > |
62 |
|
|
template<> |
63 |
|
|
struct MD5Sum< ::dynamic_graph_manager::RunPythonFileRequest> |
64 |
|
|
{ |
65 |
|
44 |
static const char* value() |
66 |
|
|
{ |
67 |
|
44 |
return MD5Sum< ::dynamic_graph_manager::RunPythonFile >::value(); |
68 |
|
|
} |
69 |
|
4 |
static const char* value(const ::dynamic_graph_manager::RunPythonFileRequest&) |
70 |
|
|
{ |
71 |
|
4 |
return value(); |
72 |
|
|
} |
73 |
|
|
}; |
74 |
|
|
|
75 |
|
|
// service_traits::DataType< ::dynamic_graph_manager::RunPythonFileRequest> should match |
76 |
|
|
// service_traits::DataType< ::dynamic_graph_manager::RunPythonFile > |
77 |
|
|
template<> |
78 |
|
|
struct DataType< ::dynamic_graph_manager::RunPythonFileRequest> |
79 |
|
|
{ |
80 |
|
20 |
static const char* value() |
81 |
|
|
{ |
82 |
|
20 |
return DataType< ::dynamic_graph_manager::RunPythonFile >::value(); |
83 |
|
|
} |
84 |
|
|
static const char* value(const ::dynamic_graph_manager::RunPythonFileRequest&) |
85 |
|
|
{ |
86 |
|
|
return value(); |
87 |
|
|
} |
88 |
|
|
}; |
89 |
|
|
|
90 |
|
|
// service_traits::MD5Sum< ::dynamic_graph_manager::RunPythonFileResponse> should match |
91 |
|
|
// service_traits::MD5Sum< ::dynamic_graph_manager::RunPythonFile > |
92 |
|
|
template<> |
93 |
|
|
struct MD5Sum< ::dynamic_graph_manager::RunPythonFileResponse> |
94 |
|
|
{ |
95 |
|
22 |
static const char* value() |
96 |
|
|
{ |
97 |
|
22 |
return MD5Sum< ::dynamic_graph_manager::RunPythonFile >::value(); |
98 |
|
|
} |
99 |
|
2 |
static const char* value(const ::dynamic_graph_manager::RunPythonFileResponse&) |
100 |
|
|
{ |
101 |
|
2 |
return value(); |
102 |
|
|
} |
103 |
|
|
}; |
104 |
|
|
|
105 |
|
|
// service_traits::DataType< ::dynamic_graph_manager::RunPythonFileResponse> should match |
106 |
|
|
// service_traits::DataType< ::dynamic_graph_manager::RunPythonFile > |
107 |
|
|
template<> |
108 |
|
|
struct DataType< ::dynamic_graph_manager::RunPythonFileResponse> |
109 |
|
|
{ |
110 |
|
|
static const char* value() |
111 |
|
|
{ |
112 |
|
|
return DataType< ::dynamic_graph_manager::RunPythonFile >::value(); |
113 |
|
|
} |
114 |
|
|
static const char* value(const ::dynamic_graph_manager::RunPythonFileResponse&) |
115 |
|
|
{ |
116 |
|
|
return value(); |
117 |
|
|
} |
118 |
|
|
}; |
119 |
|
|
|
120 |
|
|
} // namespace service_traits |
121 |
|
|
} // namespace ros |
122 |
|
|
|
123 |
|
|
#endif // DYNAMIC_GRAPH_MANAGER_MESSAGE_RUNPYTHONFILE_H |