Container holding a list of port write commands.
More...
#include <PortWriteList.h>
Container holding a list of port write commands.
Definition at line 46 of file PortWriteList.h.
GENAPI_NAMESPACE::CPortWriteList::CPortWriteList |
( |
| ) |
|
GENAPI_NAMESPACE::CPortWriteList::~CPortWriteList |
( |
| ) |
|
virtual int64_t GENAPI_NAMESPACE::CPortWriteList::GetCookie |
( |
| ) |
|
|
virtual |
Gets the cookie a port implementation may have set for caching a command list.
virtual void GENAPI_NAMESPACE::CPortWriteList::Replay |
( |
IPort * |
pPort | ) |
|
|
virtual |
Replays the write command to the given port interface.
virtual void GENAPI_NAMESPACE::CPortWriteList::SetCookie |
( |
const int64_t |
Value | ) |
|
|
virtual |
Sets a cookie in case the port implementation want to cache a command list.
virtual void GENAPI_NAMESPACE::CPortWriteList::Write |
( |
const void * |
pBuffer, |
|
|
int64_t |
Address, |
|
|
int64_t |
Length |
|
) |
| |
|
virtual |
Writes a chunk of bytes to the port.
int64_t GENAPI_NAMESPACE::CPortWriteList::m_Cookie |
|
protected |
std::list<WriteCommand_t>* GENAPI_NAMESPACE::CPortWriteList::m_pWriteCommands |
|
protected |
The documentation for this class was generated from the following file: