TAO_RTEvent
2.4.0
|
Define the complete QoS properties of a consumer. More...
import"RtecEventChannelAdmin.idl";
Public Attributes | |
DependencySet | dependencies |
boolean | is_gateway |
Define the complete QoS properties of a consumer.
Consumers declared their QoS properties using a DependencySet and a special flag to indicate if they are a gateway consumer. Gateway consumers are ignored in the computation of changes to the subscription list.
DependencySet RtecEventChannelAdmin::ConsumerQOS::dependencies |
List of QoS, filtering, correlation and timeouts for this consumer.
boolean RtecEventChannelAdmin::ConsumerQOS::is_gateway |
If TRUE the consumer is a gateway, i.e., it forwards events from a remote peer.