EGrabber Reference  10.1.0.4
Modules | Classes | Typedefs
EGrabber

Euresys EGrabber C++ classes (abstracting lower-level GenTL concepts) More...

Modules

 Available GenTL/Port Modules
 Euresys abstraction of GenTL Port modules as well as Remote Device Port.
 
 Available Callback threading models
 Configurations of EGrabber Callback threading models.
 

Classes

class  EGrabber< CallbackModel >
 An EGrabber object encapsulates a set of related GenTL modules (an interface, a device, a data stream, a remote device, and a number of buffers). More...
 
class  Buffer
 Represents a GenTL buffer. More...
 
class  ScopedBuffer
 Buffer wrapper that queues its buffer when going out of scope. More...
 

Typedefs

typedef EGrabber< CallbackOnDemand > EGrabberCallbackOnDemand
 EGrabber using the configuration CallbackOnDemand. More...
 
typedef EGrabber< CallbackSingleThread > EGrabberCallbackSingleThread
 EGrabber using the configuration CallbackSingleThread. More...
 
typedef EGrabber< CallbackMultiThread > EGrabberCallbackMultiThread
 EGrabber using the configuration CallbackMultiThread. More...
 

Detailed Description

Euresys EGrabber C++ classes (abstracting lower-level GenTL concepts)

Typedef Documentation

typedef EGrabber<CallbackOnDemand> EGrabberCallbackOnDemand

EGrabber using the configuration CallbackOnDemand.

typedef EGrabber<CallbackSingleThread> EGrabberCallbackSingleThread

EGrabber using the configuration CallbackSingleThread.

typedef EGrabber<CallbackMultiThread> EGrabberCallbackMultiThread

EGrabber using the configuration CallbackMultiThread.