Public Member Functions | Private Member Functions | Private Attributes | List of all members
GENAPI_NAMESPACE::CValueCache Class Reference

Cache for Registervalues. More...

#include <ValueCache.h>

Inheritance diagram for GENAPI_NAMESPACE::CValueCache:
Inheritance graph
[legend]

Public Member Functions

 CValueCache ()
 
void GetValue (int64_t Address, uint32_t Size, void *pValue) const
 Look up a value. More...
 
void InvalidateValue (int64_t Address)
 Invalidate a value. More...
 
bool IsValueValid (int64_t Address, uint32_t Size) const
 Query whether value is valid. More...
 
void SetCacheShield (int64_t Address, bool shield) const
 Set the cache shield for a specific address. More...
 
void SetValue (int64_t Address, uint32_t Size, const void *pValue)
 Enter a new value. More...
 
 ~CValueCache ()
 
- Public Member Functions inherited from GENAPI_NAMESPACE::LockableObject< CValueCache >
Lock GetLock () const
 Get a new lock. More...
 

Private Member Functions

 CValueCache (const CValueCache &)
 Query wheher value is implemented. More...
 
CValueCacheoperator= (const CValueCache &)
 not implmeneted: assignment operator More...
 

Private Attributes

CValueCacheImpl * m_pImpl
 

Additional Inherited Members

- Public Attributes inherited from GENAPI_NAMESPACE::LockableObject< CValueCache >
CLock m_Lock
 

Detailed Description

Cache for Registervalues.

Definition at line 46 of file ValueCache.h.

Constructor & Destructor Documentation

GENAPI_NAMESPACE::CValueCache::CValueCache ( )
GENAPI_NAMESPACE::CValueCache::~CValueCache ( )
GENAPI_NAMESPACE::CValueCache::CValueCache ( const CValueCache )
private

Query wheher value is implemented.

Clear all entries not implemented: copy constructor

Member Function Documentation

void GENAPI_NAMESPACE::CValueCache::GetValue ( int64_t  Address,
uint32_t  Size,
void *  pValue 
) const

Look up a value.

void GENAPI_NAMESPACE::CValueCache::InvalidateValue ( int64_t  Address)

Invalidate a value.

bool GENAPI_NAMESPACE::CValueCache::IsValueValid ( int64_t  Address,
uint32_t  Size 
) const

Query whether value is valid.

CValueCache& GENAPI_NAMESPACE::CValueCache::operator= ( const CValueCache )
private

not implmeneted: assignment operator

void GENAPI_NAMESPACE::CValueCache::SetCacheShield ( int64_t  Address,
bool  shield 
) const

Set the cache shield for a specific address.

void GENAPI_NAMESPACE::CValueCache::SetValue ( int64_t  Address,
uint32_t  Size,
const void *  pValue 
)

Enter a new value.

Member Data Documentation

CValueCacheImpl* GENAPI_NAMESPACE::CValueCache::m_pImpl
private

Definition at line 82 of file ValueCache.h.


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


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Mar 17 2021 02:48:42