rmw
master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
include
rmw
events_statuses
incompatible_qos.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__EVENTS_STATUSES__INCOMPATIBLE_QOS_H_
16
#define RMW__EVENTS_STATUSES__INCOMPATIBLE_QOS_H_
17
18
#include <stdint.h>
19
20
#include "
rmw/qos_policy_kind.h
"
21
#include "
rmw/visibility_control.h
"
22
23
#ifdef __cplusplus
24
extern
"C"
25
{
26
#endif
27
28
struct
RMW_PUBLIC_TYPE
rmw_qos_incompatible_event_status_t
29
{
35
int32_t
total_count
;
39
int32_t
total_count_change
;
44
rmw_qos_policy_kind_t
last_policy_kind
;
45
};
46
48
typedef
struct
rmw_qos_incompatible_event_status_t
rmw_requested_qos_incompatible_event_status_t
;
49
51
typedef
struct
rmw_qos_incompatible_event_status_t
rmw_offered_qos_incompatible_event_status_t
;
52
53
#ifdef __cplusplus
54
}
55
#endif
56
57
#endif // RMW__EVENTS_STATUSES__INCOMPATIBLE_QOS_H_
RMW_PUBLIC_TYPE
RMW_PUBLIC_TYPE
Type mapping of rcutils log severity types to rmw specific types.
Definition:
types.h:540
rmw_qos_incompatible_event_status_t::total_count
int32_t total_count
Definition:
incompatible_qos.h:35
rmw_qos_incompatible_event_status_t::last_policy_kind
rmw_qos_policy_kind_t last_policy_kind
Definition:
incompatible_qos.h:44
qos_policy_kind.h
visibility_control.h
rmw_qos_policy_kind_t
enum RMW_PUBLIC_TYPE rmw_qos_policy_kind_t rmw_qos_policy_kind_t
QoS Policy Kinds.
Definition:
qos_policy_kind.h:27
rmw_qos_incompatible_event_status_t
Definition:
incompatible_qos.h:28
rmw_qos_incompatible_event_status_t::total_count_change
int32_t total_count_change
Definition:
incompatible_qos.h:39
Generated by
1.8.17