Fast DDS  Version 3.6.1.0
Fast DDS
ChangeKind_t.hpp
1 // Copyright 2021 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 
19 #ifndef FASTDDS_RTPS_COMMON__CHANGEKIND_T_HPP
20 #define FASTDDS_RTPS_COMMON__CHANGEKIND_T_HPP
21 
22 #include <fastdds/fastdds_dll.hpp>
23 
24 namespace eprosima {
25 namespace fastdds {
26 namespace rtps {
27 
31 // *INDENT-OFF* : Does not understand the #if correctly and ends up removing the ;
32 // at the end of the enum, which does not build.
33 #if defined(_WIN32) // Doxygen does not understand exported enums
34 enum FASTDDS_EXPORTED_API ChangeKind_t
35 #else
37 #endif // if defined(_WIN32)
38 {
43 };
44 // *INDENT-ON*
45 
46 } // namespace rtps
47 } // namespace fastdds
48 } // namespace eprosima
49 
50 #endif // FASTDDS_RTPS_COMMON__CHANGEKIND_T_HPP
ChangeKind_t
Enumerates the different types of CacheChange_t.
Definition: ChangeKind_t.hpp:38
@ ALIVE
ALIVE.
Definition: ChangeKind_t.hpp:39
@ NOT_ALIVE_DISPOSED_UNREGISTERED
NOT_ALIVE_DISPOSED_UNREGISTERED.
Definition: ChangeKind_t.hpp:42
@ NOT_ALIVE_UNREGISTERED
NOT_ALIVE_UNREGISTERED.
Definition: ChangeKind_t.hpp:41
@ NOT_ALIVE_DISPOSED
NOT_ALIVE_DISPOSED.
Definition: ChangeKind_t.hpp:40