Fast RTPS  Version 2.14.1
Fast RTPS
Loading...
Searching...
No Matches
LibrarySettingsAttributes.h
1// Copyright 2019 Proyectos y Sistemas de Mantenimiento SL (eProsima).
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
20#ifndef LIBRARYSETTINGS_ATTRIBUTES_H_
21#define LIBRARYSETTINGS_ATTRIBUTES_H_
22
23namespace eprosima {
24namespace fastrtps {
25
32
38{
39public:
40
44
46 {
47 }
48
50 const LibrarySettingsAttributes& b) const
51 {
53 }
54
56#if HAVE_STRICT_REALTIME
58#else
60#endif // if HAVE_STRICT_REALTIME
61};
62
63} // namespace fastrtps
64} // namespace eprosima
65
66#endif /* LIBRARYSETTINGS_ATTRIBUTES_H_ */
Class LibraySettingsAttributes, used by the user to define the FastRTPS library behaviour.
Definition LibrarySettingsAttributes.h:38
virtual ~LibrarySettingsAttributes()
Definition LibrarySettingsAttributes.h:45
bool operator==(const LibrarySettingsAttributes &b) const
Definition LibrarySettingsAttributes.h:49
IntraprocessDeliveryType intraprocess_delivery
Definition LibrarySettingsAttributes.h:55
LibrarySettingsAttributes()
Definition LibrarySettingsAttributes.h:41
IntraprocessDeliveryType
Definition LibrarySettingsAttributes.h:27
@ INTRAPROCESS_FULL
Definition LibrarySettingsAttributes.h:30
@ INTRAPROCESS_OFF
Definition LibrarySettingsAttributes.h:28
@ INTRAPROCESS_USER_DATA_ONLY
Definition LibrarySettingsAttributes.h:29
eProsima namespace.
Definition LibrarySettingsAttributes.h:23