rmw_fastrtps_cpp  master
Implement the ROS middleware interface using eProsima FastRTPS static code generation in C++.
All Classes Namespaces Files Functions Variables Macros
publisher.hpp
Go to the documentation of this file.
1 // Copyright 2017-2019 Open Source Robotics Foundation, Inc.
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 // http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14 
15 #ifndef RMW_FASTRTPS_CPP__PUBLISHER_HPP_
16 #define RMW_FASTRTPS_CPP__PUBLISHER_HPP_
17 
18 #include "rmw/rmw.h"
20 
21 namespace rmw_fastrtps_cpp
22 {
23 
26  const CustomParticipantInfo * participant_info,
27  const rosidl_message_type_support_t * type_supports,
28  const char * topic_name,
29  const rmw_qos_profile_t * qos_policies,
30  const rmw_publisher_options_t * publisher_options,
31  bool keyed,
32  bool create_publisher_listener);
33 
34 } // namespace rmw_fastrtps_cpp
35 
36 #endif // RMW_FASTRTPS_CPP__PUBLISHER_HPP_
custom_participant_info.hpp
rmw_fastrtps_cpp
Definition: get_client.hpp:23
rmw.h
rmw_publisher_options_t
rmw_fastrtps_cpp::create_publisher
rmw_publisher_t * create_publisher(const CustomParticipantInfo *participant_info, const rosidl_message_type_support_t *type_supports, const char *topic_name, const rmw_qos_profile_t *qos_policies, const rmw_publisher_options_t *publisher_options, bool keyed, bool create_publisher_listener)
CustomParticipantInfo
rmw_publisher_t
rmw_qos_profile_t