OpenDDS  Snapshot(2023/04/28-20:55)
PriorityMapper.inl
Go to the documentation of this file.
1 /*
2  *
3  *
4  * Distributed under the OpenDDS License.
5  * See: http://www.opendds.org/license.html
6  */
7 
9 
10 namespace OpenDDS {
11 namespace DCPS {
12 
15  : priority_(priority)
16 {
17 }
18 
20 Priority&
22 {
23  return this->priority_;
24 }
25 
29 {
30  return this->priority_;
31 }
32 
33 }
34 }
35 
ACE_CDR::Long Priority
PriorityMapper(Priority priority=0)
Construct with a priority value.
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
Priority priority_
The TRANSPORT_PRIORITY value.
#define ACE_INLINE
Priority & priority()
Accessors for the TRANSPORT_PRIORITY value.
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28