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