Fast RTPS  Version 2.5.1
Fast RTPS
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 
23 namespace eprosima {
24 namespace fastrtps {
25 
27 {
31 };
32 
38 {
39 public:
40 
42  }
43 
45  }
46 
47  bool operator==(
48  const LibrarySettingsAttributes& b) const
49  {
51  }
52 
54 };
55 
56 } // namespace fastrtps
57 } // namespace eprosima
58 
59 #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:44
bool operator==(const LibrarySettingsAttributes &b) const
Definition: LibrarySettingsAttributes.h:47
IntraprocessDeliveryType intraprocess_delivery
Definition: LibrarySettingsAttributes.h:53
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