Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
tcIOCallback Class Referenceabstract

#include <IOCallback.h>

Inheritance diagram for tcIOCallback:
Collaboration diagram for tcIOCallback:

Public Member Functions

 tcIOCallback ()
 
virtual ~tcIOCallback ()
 
virtual void processUpdate (tsNewFrameMsg *apMsg)=0
 
virtual void invalidateCache (void *apMem, size_t anSize)=0
 
virtual void * memory ()=0
 

Constructor & Destructor Documentation

◆ tcIOCallback()

tcIOCallback::tcIOCallback ( )
inline

◆ ~tcIOCallback()

virtual tcIOCallback::~tcIOCallback ( )
inlinevirtual

Member Function Documentation

◆ invalidateCache()

virtual void tcIOCallback::invalidateCache ( void *  apMem,
size_t  anSize 
)
pure virtual

Performs a cache invalidation at the memory location of the size specified.

Implemented in tcIOChannel.

◆ memory()

virtual void* tcIOCallback::memory ( )
pure virtual

memory mapped pointer that can be passed to invalidate cache.

Implemented in tcIOChannel.

◆ processUpdate()

virtual void tcIOCallback::processUpdate ( tsNewFrameMsg apMsg)
pure virtual

Implemented in tcIOChannel.


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