198 lines
5.2 KiB
C++
198 lines
5.2 KiB
C++
// Generated by gencpp from file Aee1220310013/ProcessIDRequest.msg
|
|
// DO NOT EDIT!
|
|
|
|
|
|
#ifndef AEE1220310013_MESSAGE_PROCESSIDREQUEST_H
|
|
#define AEE1220310013_MESSAGE_PROCESSIDREQUEST_H
|
|
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
#include <memory>
|
|
|
|
#include <ros/types.h>
|
|
#include <ros/serialization.h>
|
|
#include <ros/builtin_message_traits.h>
|
|
#include <ros/message_operations.h>
|
|
|
|
|
|
namespace Aee1220310013
|
|
{
|
|
template <class ContainerAllocator>
|
|
struct ProcessIDRequest_
|
|
{
|
|
typedef ProcessIDRequest_<ContainerAllocator> Type;
|
|
|
|
ProcessIDRequest_()
|
|
: student_id() {
|
|
}
|
|
ProcessIDRequest_(const ContainerAllocator& _alloc)
|
|
: student_id(_alloc) {
|
|
(void)_alloc;
|
|
}
|
|
|
|
|
|
|
|
typedef std::basic_string<char, std::char_traits<char>, typename std::allocator_traits<ContainerAllocator>::template rebind_alloc<char>> _student_id_type;
|
|
_student_id_type student_id;
|
|
|
|
|
|
|
|
|
|
|
|
typedef boost::shared_ptr< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> > Ptr;
|
|
typedef boost::shared_ptr< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> const> ConstPtr;
|
|
|
|
}; // struct ProcessIDRequest_
|
|
|
|
typedef ::Aee1220310013::ProcessIDRequest_<std::allocator<void> > ProcessIDRequest;
|
|
|
|
typedef boost::shared_ptr< ::Aee1220310013::ProcessIDRequest > ProcessIDRequestPtr;
|
|
typedef boost::shared_ptr< ::Aee1220310013::ProcessIDRequest const> ProcessIDRequestConstPtr;
|
|
|
|
// constants requiring out of line definition
|
|
|
|
|
|
|
|
template<typename ContainerAllocator>
|
|
std::ostream& operator<<(std::ostream& s, const ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> & v)
|
|
{
|
|
ros::message_operations::Printer< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> >::stream(s, "", v);
|
|
return s;
|
|
}
|
|
|
|
|
|
template<typename ContainerAllocator1, typename ContainerAllocator2>
|
|
bool operator==(const ::Aee1220310013::ProcessIDRequest_<ContainerAllocator1> & lhs, const ::Aee1220310013::ProcessIDRequest_<ContainerAllocator2> & rhs)
|
|
{
|
|
return lhs.student_id == rhs.student_id;
|
|
}
|
|
|
|
template<typename ContainerAllocator1, typename ContainerAllocator2>
|
|
bool operator!=(const ::Aee1220310013::ProcessIDRequest_<ContainerAllocator1> & lhs, const ::Aee1220310013::ProcessIDRequest_<ContainerAllocator2> & rhs)
|
|
{
|
|
return !(lhs == rhs);
|
|
}
|
|
|
|
|
|
} // namespace Aee1220310013
|
|
|
|
namespace ros
|
|
{
|
|
namespace message_traits
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
template <class ContainerAllocator>
|
|
struct IsMessage< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> >
|
|
: TrueType
|
|
{ };
|
|
|
|
template <class ContainerAllocator>
|
|
struct IsMessage< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> const>
|
|
: TrueType
|
|
{ };
|
|
|
|
template <class ContainerAllocator>
|
|
struct IsFixedSize< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> >
|
|
: FalseType
|
|
{ };
|
|
|
|
template <class ContainerAllocator>
|
|
struct IsFixedSize< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> const>
|
|
: FalseType
|
|
{ };
|
|
|
|
template <class ContainerAllocator>
|
|
struct HasHeader< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> >
|
|
: FalseType
|
|
{ };
|
|
|
|
template <class ContainerAllocator>
|
|
struct HasHeader< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> const>
|
|
: FalseType
|
|
{ };
|
|
|
|
|
|
template<class ContainerAllocator>
|
|
struct MD5Sum< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> >
|
|
{
|
|
static const char* value()
|
|
{
|
|
return "372af5010cb802275110c9bd017544b8";
|
|
}
|
|
|
|
static const char* value(const ::Aee1220310013::ProcessIDRequest_<ContainerAllocator>&) { return value(); }
|
|
static const uint64_t static_value1 = 0x372af5010cb80227ULL;
|
|
static const uint64_t static_value2 = 0x5110c9bd017544b8ULL;
|
|
};
|
|
|
|
template<class ContainerAllocator>
|
|
struct DataType< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> >
|
|
{
|
|
static const char* value()
|
|
{
|
|
return "Aee1220310013/ProcessIDRequest";
|
|
}
|
|
|
|
static const char* value(const ::Aee1220310013::ProcessIDRequest_<ContainerAllocator>&) { return value(); }
|
|
};
|
|
|
|
template<class ContainerAllocator>
|
|
struct Definition< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> >
|
|
{
|
|
static const char* value()
|
|
{
|
|
return "string student_id\n"
|
|
;
|
|
}
|
|
|
|
static const char* value(const ::Aee1220310013::ProcessIDRequest_<ContainerAllocator>&) { return value(); }
|
|
};
|
|
|
|
} // namespace message_traits
|
|
} // namespace ros
|
|
|
|
namespace ros
|
|
{
|
|
namespace serialization
|
|
{
|
|
|
|
template<class ContainerAllocator> struct Serializer< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> >
|
|
{
|
|
template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
|
|
{
|
|
stream.next(m.student_id);
|
|
}
|
|
|
|
ROS_DECLARE_ALLINONE_SERIALIZER
|
|
}; // struct ProcessIDRequest_
|
|
|
|
} // namespace serialization
|
|
} // namespace ros
|
|
|
|
namespace ros
|
|
{
|
|
namespace message_operations
|
|
{
|
|
|
|
template<class ContainerAllocator>
|
|
struct Printer< ::Aee1220310013::ProcessIDRequest_<ContainerAllocator> >
|
|
{
|
|
template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::Aee1220310013::ProcessIDRequest_<ContainerAllocator>& v)
|
|
{
|
|
if (false || !indent.empty())
|
|
s << std::endl;
|
|
s << indent << "student_id: ";
|
|
Printer<std::basic_string<char, std::char_traits<char>, typename std::allocator_traits<ContainerAllocator>::template rebind_alloc<char>>>::stream(s, indent + " ", v.student_id);
|
|
}
|
|
};
|
|
|
|
} // namespace message_operations
|
|
} // namespace ros
|
|
|
|
#endif // AEE1220310013_MESSAGE_PROCESSIDREQUEST_H
|