ONPOSIX  2.0
 All Classes Namespaces Files Functions Variables Enumerator Friends Macros Pages
DescriptorsMonitor::monitoredDescriptor Struct Reference

Association between a reader and a monitored descriptor. More...

Public Attributes

AbstractDescriptorReaderreader_
 Pointer to the observer class.
PosixDescriptordescriptor_
 Monitored descriptor.

Detailed Description

Association between a reader and a monitored descriptor.

Definition at line 80 of file DescriptorsMonitor.hpp.

Member Data Documentation

PosixDescriptor* descriptor_

Monitored descriptor.

Definition at line 92 of file DescriptorsMonitor.hpp.

Pointer to the observer class.

This points to the class that wants to be notified when the descriptor ise ready for read operations.

Definition at line 87 of file DescriptorsMonitor.hpp.


The documentation for this struct was generated from the following file: