.. _program_listing_file__tmp_ws_src_tuw_msgs_tuw_object_map_msgs_include_tuw_object_map_msgs_object.hpp: Program Listing for File object.hpp =================================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/tuw_msgs/tuw_object_map_msgs/include/tuw_object_map_msgs/object.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef TUW_OBJECT_MAP_MSGS_MSGS__OBJECT_HPP_ #define TUW_OBJECT_MAP_MSGS_MSGS__OBJECT_HPP_ #include namespace tuw_object_map_msgs { struct Object : public tuw_object_map_msgs::msg::Object { Object(int64_t id) {this->id = id;} Object(int64_t id, uint32_t type) {this->id = id, this->type = type;} }; } // namespace tuw_object_map_msgs #endif // TUW_OBJECT_MAP_MSGS_MSGS__OBJECT_HPP_