Definition of interface IPort. More...
#include <GenApi/IPort.h>
Go to the source code of this file.
Classes | |
class | GENAPI_NAMESPACE::CPortRecorderRefT< T > |
Namespaces | |
GENAPI_NAMESPACE | |
Part of the generic device API. | |
Typedefs | |
typedef CPortRecorderRefT< IPortRecorder > | GENAPI_NAMESPACE::CPortRecorderRef |
Reference to an IPortRecorder pointer. More... | |
Functions | |
virtual int64_t | GENAPI_NAMESPACE::GetCookie ()=0 |
Gets the cookie a port implementation may have set for caching a command list. More... | |
virtual void | GENAPI_NAMESPACE::Replay (IPort *pPort)=0 |
Replays the write command to the given port interface. More... | |
virtual void | GENAPI_NAMESPACE::SetCookie (const int64_t Value)=0 |
Sets a cookie in case the port implementation want to cache a command list. More... | |
virtual void | GENAPI_NAMESPACE::StopRecording ()=0 |
stops recording More... | |
Variables | |
interface GENAPI_DECL_ABSTRACT bool | GENAPI_NAMESPACE::Invalidate = true ) = 0 |
interface GENAPI_DECL_ABSTRACT | GENAPI_NAMESPACE::IPortRecorder |
Interface for recording write commands on a port. More... | |
interface GENAPI_DECL_ABSTRACT | GENAPI_NAMESPACE::IPortReplay |
Interface for replaying write commands on a port. More... | |
interface GENAPI_DECL_ABSTRACT | GENAPI_NAMESPACE::IPortWriteList |
Definition of interface IPort.
Definition in file IPortRecorder.h.