16 #if !defined (__ACE_INLINE__) 35 short value = std::min(dscp_max, std::max(dscp_min, this->
priority()));
39 ACE_TEXT(
"(%P|%t) DirectPriorityMapper:codepoint() - ")
40 ACE_TEXT(
"mapped TRANSPORT_PRIORITY value %d ")
54 static const int direction = (thread_max < thread_min)? -1: 1;
55 static const int range = direction * (thread_max - thread_min);
69 ACE_TEXT(
"(%P|%t) DirectPriorityMapper:thread_priority() - ")
70 ACE_TEXT(
"mapped TRANSPORT_PRIORITY value %d ")
71 ACE_TEXT(
"to thread priority %d.\n"),
const LogLevel::Value value
virtual short codepoint() const
Access the mapped DiffServ codepoint value.
virtual short thread_priority() const
Access the mapped thread priority value.
virtual ~DirectPriorityMapper()
OpenDDS_Dcps_Export unsigned int DCPS_debug_level
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
#define TheServiceParticipant
Priority & priority()
Accessors for the TRANSPORT_PRIORITY value.