Fast DDS  Version 3.6.1.0
Fast DDS
DeadlineMissedStatus.hpp
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 
19 #ifndef FASTDDS_DDS_CORE_STATUS__DEADLINEMISSEDSTATUS_HPP
20 #define FASTDDS_DDS_CORE_STATUS__DEADLINEMISSEDSTATUS_HPP
21 
22 #include <fastdds/dds/topic/TypeSupport.hpp>
23 
24 namespace eprosima {
25 namespace fastdds {
26 namespace dds {
27 
31 {
34  : total_count()
37  {
38  }
39 
42  {
43  }
44 
47  uint32_t total_count;
48 
51 
54 };
55 
60 
61 } //namespace dds
62 } //namespace fastdds
63 } //namespace eprosima
64 
65 #endif // FASTDDS_DDS_CORE_STATUS__DEADLINEMISSEDSTATUS_HPP
Definition: DomainParticipant.hpp:46
DeadlineMissedStatus OfferedDeadlineMissedStatus
Typedef of DeadlineMissedStatus.
Definition: DeadlineMissedStatus.hpp:57
DeadlineMissedStatus RequestedDeadlineMissedStatus
Typedef of DeadlineMissedStatus.
Definition: DeadlineMissedStatus.hpp:59
A struct storing the deadline status.
Definition: DeadlineMissedStatus.hpp:31
~DeadlineMissedStatus()
Destructor.
Definition: DeadlineMissedStatus.hpp:41
DeadlineMissedStatus()
Constructor.
Definition: DeadlineMissedStatus.hpp:33
uint32_t total_count
Total cumulative number of offered deadline periods elapsed during which a writer failed to provide d...
Definition: DeadlineMissedStatus.hpp:47
uint32_t total_count_change
The change in total_count since the last time the listener was called or the status was read.
Definition: DeadlineMissedStatus.hpp:50
InstanceHandle_t last_instance_handle
Handle to the last instance missing the deadline.
Definition: DeadlineMissedStatus.hpp:53
Struct InstanceHandle_t, used to contain the key for WITH_KEY topics.
Definition: InstanceHandle.hpp:154