Declaration of WaitObject classes. More...
Classes | |
class | Pylon::WaitObject |
A platform independent wait object. More... | |
class | Pylon::WaitObjectEx |
A wait object that the user may signal. More... | |
Namespaces | |
Pylon | |
Contains definitions of pylon types. | |
Enumerations | |
enum | Pylon::EWaitExResult { Pylon::waitex_timeout = 0, Pylon::waitex_signaled = 1, Pylon::waitex_abandoned = 2, Pylon::waitex_alerted = -1 } |
The return value of the Pylon::WaitObject::WaitEx() and Pylon::WaitObjectEx::WaitEx() methods. More... | |
enum | Pylon::ready_mask_t { Pylon::ready_none = 0x00, Pylon::ready_read = 0x01, Pylon::ready_write = 0x02, Pylon::ready_except = 0x04 } |
File descriptor ready mask. More... | |
Declaration of WaitObject classes.