Cache for Registervalues.
More...
#include <ValueCache.h>
Cache for Registervalues.
Definition at line 46 of file ValueCache.h.
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
void GENAPI_NAMESPACE::CValueCache::GetValue |
( |
int64_t |
Address, |
|
|
uint32_t |
Size, |
|
|
void * |
pValue |
|
) |
| const |
void GENAPI_NAMESPACE::CValueCache::InvalidateValue |
( |
int64_t |
Address | ) |
|
bool GENAPI_NAMESPACE::CValueCache::IsValueValid |
( |
int64_t |
Address, |
|
|
uint32_t |
Size |
|
) |
| const |
Query whether value is valid.
not implmeneted: assignment operator
void GENAPI_NAMESPACE::CValueCache::SetValue |
( |
int64_t |
Address, |
|
|
uint32_t |
Size, |
|
|
const void * |
pValue |
|
) |
| |
CValueCacheImpl* GENAPI_NAMESPACE::CValueCache::m_pImpl |
|
private |
The documentation for this class was generated from the following file: