123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- // Generated by gencpp from file cartographer_ros_msgs/WriteStateRequest.msg
- // DO NOT EDIT!
- #ifndef CARTOGRAPHER_ROS_MSGS_MESSAGE_WRITESTATEREQUEST_H
- #define CARTOGRAPHER_ROS_MSGS_MESSAGE_WRITESTATEREQUEST_H
- #include <string>
- #include <vector>
- #include <map>
- #include <ros/types.h>
- #include <ros/serialization.h>
- #include <ros/builtin_message_traits.h>
- #include <ros/message_operations.h>
- namespace cartographer_ros_msgs
- {
- template <class ContainerAllocator>
- struct WriteStateRequest_
- {
- typedef WriteStateRequest_<ContainerAllocator> Type;
- WriteStateRequest_()
- : filename()
- , include_unfinished_submaps(false) {
- }
- WriteStateRequest_(const ContainerAllocator& _alloc)
- : filename(_alloc)
- , include_unfinished_submaps(false) {
- (void)_alloc;
- }
- typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _filename_type;
- _filename_type filename;
- typedef uint8_t _include_unfinished_submaps_type;
- _include_unfinished_submaps_type include_unfinished_submaps;
- typedef boost::shared_ptr< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> > Ptr;
- typedef boost::shared_ptr< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> const> ConstPtr;
- }; // struct WriteStateRequest_
- typedef ::cartographer_ros_msgs::WriteStateRequest_<std::allocator<void> > WriteStateRequest;
- typedef boost::shared_ptr< ::cartographer_ros_msgs::WriteStateRequest > WriteStateRequestPtr;
- typedef boost::shared_ptr< ::cartographer_ros_msgs::WriteStateRequest const> WriteStateRequestConstPtr;
- // constants requiring out of line definition
- template<typename ContainerAllocator>
- std::ostream& operator<<(std::ostream& s, const ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> & v)
- {
- ros::message_operations::Printer< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> >::stream(s, "", v);
- return s;
- }
- } // namespace cartographer_ros_msgs
- namespace ros
- {
- namespace message_traits
- {
- // BOOLTRAITS {'IsFixedSize': False, 'IsMessage': True, 'HasHeader': False}
- // {'std_msgs': ['/opt/ros/melodic/share/std_msgs/cmake/../msg'], 'cartographer_ros_msgs': ['/home/youchen/Documents/catkin_ws/src/cartographer_ros/cartographer_ros_msgs/msg'], 'geometry_msgs': ['/opt/ros/melodic/share/geometry_msgs/cmake/../msg']}
- // !!!!!!!!!!! ['__class__', '__delattr__', '__dict__', '__doc__', '__eq__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_parsed_fields', 'constants', 'fields', 'full_name', 'has_header', 'header_present', 'names', 'package', 'parsed_fields', 'short_name', 'text', 'types']
- template <class ContainerAllocator>
- struct IsFixedSize< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> >
- : FalseType
- { };
- template <class ContainerAllocator>
- struct IsFixedSize< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> const>
- : FalseType
- { };
- template <class ContainerAllocator>
- struct IsMessage< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> >
- : TrueType
- { };
- template <class ContainerAllocator>
- struct IsMessage< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> const>
- : TrueType
- { };
- template <class ContainerAllocator>
- struct HasHeader< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> >
- : FalseType
- { };
- template <class ContainerAllocator>
- struct HasHeader< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> const>
- : FalseType
- { };
- template<class ContainerAllocator>
- struct MD5Sum< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> >
- {
- static const char* value()
- {
- return "bfd12117d83df4fe52e78631c0c6b702";
- }
- static const char* value(const ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator>&) { return value(); }
- static const uint64_t static_value1 = 0xbfd12117d83df4feULL;
- static const uint64_t static_value2 = 0x52e78631c0c6b702ULL;
- };
- template<class ContainerAllocator>
- struct DataType< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> >
- {
- static const char* value()
- {
- return "cartographer_ros_msgs/WriteStateRequest";
- }
- static const char* value(const ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator>&) { return value(); }
- };
- template<class ContainerAllocator>
- struct Definition< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> >
- {
- static const char* value()
- {
- return "\n\
- \n\
- \n\
- \n\
- \n\
- \n\
- \n\
- \n\
- \n\
- \n\
- \n\
- \n\
- \n\
- \n\
- string filename\n\
- bool include_unfinished_submaps\n\
- ";
- }
- static const char* value(const ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator>&) { return value(); }
- };
- } // namespace message_traits
- } // namespace ros
- namespace ros
- {
- namespace serialization
- {
- template<class ContainerAllocator> struct Serializer< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> >
- {
- template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
- {
- stream.next(m.filename);
- stream.next(m.include_unfinished_submaps);
- }
- ROS_DECLARE_ALLINONE_SERIALIZER
- }; // struct WriteStateRequest_
- } // namespace serialization
- } // namespace ros
- namespace ros
- {
- namespace message_operations
- {
- template<class ContainerAllocator>
- struct Printer< ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator> >
- {
- template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::cartographer_ros_msgs::WriteStateRequest_<ContainerAllocator>& v)
- {
- s << indent << "filename: ";
- Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.filename);
- s << indent << "include_unfinished_submaps: ";
- Printer<uint8_t>::stream(s, indent + " ", v.include_unfinished_submaps);
- }
- };
- } // namespace message_operations
- } // namespace ros
- #endif // CARTOGRAPHER_ROS_MSGS_MESSAGE_WRITESTATEREQUEST_H
|