| ▼NRtecBase | Define types shared by the real-time scheduling and event services |
| CDependency_Info | Define dependencies between two RT_Infos |
| ▼NRtecEventChannelAdmin | Interfaces and data structures provided by TAO's Real-time Event Service implementation |
| CAlreadyConnected | Exception raised if a consumer or supplier tries to reconnect even though it is connected already |
| CConsumerAdmin | Implement an Abstract Factory to create ProxyPushSupplier objects |
| CConsumerQOS | Define the complete QoS properties of a consumer |
| CDependency | Encapsulate the parameters of a consumer QoS property |
| ▼CEventChannel | The main interface for the event service |
| CCANT_APPEND_OBSERVER | Exception raised if the Event Channel is unable to add an observer due to some internal limitation |
| CCANT_REMOVE_OBSERVER | Exception raised if the Event Channel is unable to remove an observer due to some internal limitation or because the observer cannot be found |
| CCORRELATION_ERROR | |
| CDISPATCH_ERROR | Exception raised if the event cannot be dispatched |
| CQOS_ERROR | |
| CSUBSCRIPTION_ERROR | Exception raised if the subscriptions are invalid |
| CSYNCHRONIZATION_ERROR | Exception raised if the Event Channel cannot acquire its internal locks |
| CObserver | Monitor changes in the consumer subscriptions and/or supplier publciations |
| CProxyPushConsumer | Interface used to implement the Abstract Session pattern for the suppliers |
| CProxyPushSupplier | Interface used to implement the Abstract Session pattern for the consumers |
| CPublication | Encapsulate one supplier publication and the QoS properties for that publication |
| CSupplierAdmin | Implement an Abstract Factory to create ProxyPushConsumer objects |
| CSupplierQOS | Describe the complete QoS and filtering properties for a supplier |
| CTypeError | Obsolete exception |
| ▼NRtecEventComm | Interfaces and data structures used by the event service clients |
| CEvent | The basic events delivered by the Event Service |
| CEventHeader | Define the structure of an event header |
| CPushConsumer | Define the interface used by consumers to receive events |
| CPushSupplier | Defines the interface used by suppliers to receive callbacks from the Event Channel |
| ▼NRtecUDPAdmin | Define the data structures and interfaces used by UDP-based gateways |
| CAddrServer | Defines a interface to configure the mapping between events and multicast groups (or UDP broadcast or UDP unicast) addresses |
| CUDP_Addr | Represent a UDP SAP |
| CUDP_Addr_v6 | Represent a UDP SAP sufficient to hold an IPv6 address |
| CUDP_Address | Holds either an IPv4 or IPv6 address and used for the return value from get_address below |
| Nstd | STL namespace |