Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches

Container holding a list of port write commands. More...

#include <PortWriteList.h>

Inheritance diagram for CPortWriteList:

Public Member Functions

 CPortWriteList ()
 Constructor.
 
 ~CPortWriteList ()
 Destructor.
 
virtual void Write (const void *pBuffer, int64_t Address, int64_t Length)
 Writes a chunk of bytes to the port.
 
virtual void Replay (IPort *pPort)
 Replays the write command to the given port interface.
 
virtual void SetCookie (const int64_t Value)
 Sets a cookie in case the port implementation want to cache a command list.
 
virtual int64_t GetCookie ()
 Gets the cookie a port implementation may have set for caching a command list.
 
void * GetPortWriteListHandle ()
 

Protected Attributes

void * m_pWriteList
 

Detailed Description

Container holding a list of port write commands.

Constructor & Destructor Documentation

◆ CPortWriteList()

Constructor.

◆ ~CPortWriteList()

Destructor.

Member Function Documentation

◆ GetCookie()

virtual int64_t GetCookie ( )
virtual

Gets the cookie a port implementation may have set for caching a command list.

◆ GetPortWriteListHandle()

void * GetPortWriteListHandle ( )

◆ Replay()

virtual void Replay ( IPort pPort)
virtual

Replays the write command to the given port interface.

◆ SetCookie()

virtual void SetCookie ( const int64_t  Value)
virtual

Sets a cookie in case the port implementation want to cache a command list.

◆ Write()

virtual void Write ( const void *  pBuffer,
int64_t  Address,
int64_t  Length 
)
virtual

Writes a chunk of bytes to the port.

Member Data Documentation

◆ m_pWriteList

void* m_pWriteList
protected

The documentation for this class was generated from the following file: