TAO_RTEvent 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
TAO_EC_QOS_Info Class Reference

A representation of QoS information for the event channel filters. More...

#include <EC_QOS_Info.h>

Public Member Functions

 TAO_EC_QOS_Info ()
 Constructor.
 
 TAO_EC_QOS_Info (const TAO_EC_QOS_Info &rhs)
 

Public Attributes

RtecBase::handle_t rt_info
 
RtecBase::Preemption_Priority_t preemption_priority
 
long timer_id_
 

Detailed Description

A representation of QoS information for the event channel filters.

Filters compute QOS information for real-time dispatching, this class encapsulates that information. This first implementation is just a place-holder.

Constructor & Destructor Documentation

◆ TAO_EC_QOS_Info() [1/2]

TAO_EC_QOS_Info::TAO_EC_QOS_Info ( )

Constructor.

◆ TAO_EC_QOS_Info() [2/2]

TAO_EC_QOS_Info::TAO_EC_QOS_Info ( const TAO_EC_QOS_Info & rhs)

Copy constructor, it does the obvious thing, but if it is not here the HP/aCC compiler breaks.

Member Data Documentation

◆ preemption_priority

RtecBase::Preemption_Priority_t TAO_EC_QOS_Info::preemption_priority

◆ rt_info

RtecBase::handle_t TAO_EC_QOS_Info::rt_info

◆ timer_id_

long TAO_EC_QOS_Info::timer_id_

Timer ids propagate their identity using this field, notice that they cannot use the event type because there could be multiple timeouts for the same consumer.


The documentation for this class was generated from the following files: