GenApi  3.5.1
Typedefs | Functions | Variables

Definition of interface IPort. More...

Go to the source code of this file.

Typedefs

typedef CPortRecorderRefT< IPortRecorder > CPortRecorderRef
 

Functions

virtual void Replay (IPort *pPort)=0
 Replays the write command to the given port interface.
 
virtual void SetCookie (const int64_t Value)=0
 Sets a cookie in case the port implementation want to cache a command list.
 
virtual int64_t GetCookie ()=0
 Gets the cookie a port implementation may have set for caching a command list.
 
virtual void StopRecording ()=0
 stops recording
 

Variables

GENICAM_INTERFACE GENAPI_DECL_ABSTRACT IPortReplay
 Interface for replaying write commands on a port.
 
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT IPortRecorder
 Interface for recording write commands on a port.