rmw  master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
incompatible_qos_events_statuses.h
Go to the documentation of this file.
1 // Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
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__INCOMPATIBLE_QOS_EVENTS_STATUSES_H_
16 #define RMW__INCOMPATIBLE_QOS_EVENTS_STATUSES_H_
17 
18 #include <stdint.h>
19 
20 #include "rmw/visibility_control.h"
21 
22 #ifdef __cplusplus
23 extern "C"
24 {
25 #endif
26 
29 {
36  RMW_QOS_POLICY_LIFESPAN = 1 << 6
38 
40 {
46  int32_t total_count;
56 };
57 
60 
63 
64 #ifdef __cplusplus
65 }
66 #endif
67 
68 #endif // RMW__INCOMPATIBLE_QOS_EVENTS_STATUSES_H_
RMW_PUBLIC_TYPE
RMW_PUBLIC_TYPE
Type mapping of rcutils log severity types to rmw specific types.
Definition: types.h:499
RMW_QOS_POLICY_DEADLINE
RMW_QOS_POLICY_DEADLINE
Definition: incompatible_qos_events_statuses.h:32
RMW_QOS_POLICY_DURABILITY
RMW_QOS_POLICY_DURABILITY
Definition: incompatible_qos_events_statuses.h:31
rmw_qos_incompatible_event_status_t::total_count
int32_t total_count
Definition: incompatible_qos_events_statuses.h:46
rmw_qos_incompatible_event_status_t::last_policy_kind
rmw_qos_policy_kind_t last_policy_kind
Definition: incompatible_qos_events_statuses.h:55
RMW_QOS_POLICY_INVALID
RMW_QOS_POLICY_INVALID
Definition: incompatible_qos_events_statuses.h:30
RMW_QOS_POLICY_RELIABILITY
RMW_QOS_POLICY_RELIABILITY
Definition: incompatible_qos_events_statuses.h:34
rmw_qos_policy_kind_t
enum RMW_PUBLIC_TYPE rmw_qos_policy_kind_t rmw_qos_policy_kind_t
QoS Policy Kinds.
Definition: incompatible_qos_events_statuses.h:28
visibility_control.h
rmw_qos_incompatible_event_status_t
Definition: incompatible_qos_events_statuses.h:39
RMW_QOS_POLICY_LIVELINESS
RMW_QOS_POLICY_LIVELINESS
Definition: incompatible_qos_events_statuses.h:33
rmw_qos_incompatible_event_status_t::total_count_change
int32_t total_count_change
Definition: incompatible_qos_events_statuses.h:50
RMW_QOS_POLICY_HISTORY
RMW_QOS_POLICY_HISTORY
Definition: incompatible_qos_events_statuses.h:35