Definition of interface IChunkPort.
More...
Go to the source code of this file.
|
|
#define | CHUNK_BASE_ADDRESS_REGISTER GC_INT64_MAX |
| | Address of a int64_t pseudo register containing the base address of the chunk (MAX_INT64)
|
| |
|
#define | CHUNK_BASE_ADDRESS_REGISTER_LEN 8 |
| | Length of the CHUNK_BASE_ADDRESS_REGISTER pseudo register.
|
| |
|
#define | CHUNK_LENGTH_REGISTER (GC_INT64_MAX-15) |
| | Address of a int64_t pseudo register containing the length of the chunk.
|
| |
|
#define | CHUNK_LENGTH_REGISTER_LEN 8 |
| | Length of the CHUNK_LENGTH_REGISTER pseudo register.
|
| |
|
|
virtual EYesNo | CacheChunkData () const =0 |
| | Indicates if the chunk a adapter must hold a cached version of the chunk data.
|
| |
|
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IChunkPort |
| | Interface for ports attached to a chunk.
|
| |