TAO_RTEvent  2.2.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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>

Collaboration diagram for TAO_EC_QOS_Info:
Collaboration graph

Public Member Functions

 TAO_EC_QOS_Info (void)
 Constructor. More...
 
 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::TAO_EC_QOS_Info ( void  )

Constructor.

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

RtecBase::Preemption_Priority_t TAO_EC_QOS_Info::preemption_priority
RtecBase::handle_t TAO_EC_QOS_Info::rt_info
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: