All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Enumerations
WaitObject.h File Reference

Declaration of WaitObject classes. More...

#include <pylon/Platform.h>
#include <pylon/stdinclude.h>
#include <pylon/PylonBase.h>

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...
 

Detailed Description

Declaration of WaitObject classes.


pylon 5.0.9
Copyright © 2006-2017 Basler AG (Tue May 30 2017 17:24:57)