#include <EC_QOS_Info.h>
Public Member Functions | |
TAO_EC_QOS_Info (void) | |
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_ |
Filters compute QOS information for real-time dispatching, this class encapsulates that information. This first implementation is just a place-holder.
|
Constructor.
|
|
Copy constructor, it does the obvious thing, but if it is not here the HP/aCC compiler breaks. |
|
|
|
|
|
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. |