ONPOSIX
2.0
|
Association between a reader and a monitored descriptor. More...
Public Attributes | |
AbstractDescriptorReader * | reader_ |
Pointer to the observer class. | |
PosixDescriptor * | descriptor_ |
Monitored descriptor. |
Association between a reader and a monitored descriptor.
Definition at line 80 of file DescriptorsMonitor.hpp.
PosixDescriptor* descriptor_ |
Monitored descriptor.
Definition at line 92 of file DescriptorsMonitor.hpp.
AbstractDescriptorReader* reader_ |
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.