Definition of interface IChunkPort. More...
#include <Base/GCBase.h>
#include <GenApi/GenApiDll.h>
#include <GenApi/Types.h>
#include <GenApi/IPort.h>
Go to the source code of this file.
Namespaces | |
GENAPI_NAMESPACE | |
Part of the generic device API. | |
Macros | |
#define | CHUNK_BASE_ADDRESS_REGISTER GC_INT64_MAX |
Address of a int64_t pseudo register containing the base address of the chunk (MAX_INT64) More... | |
#define | CHUNK_BASE_ADDRESS_REGISTER_LEN 8 |
Length of the CHUNK_BASE_ADDRESS_REGISTER pseudo register. More... | |
#define | CHUNK_LENGTH_REGISTER (GC_INT64_MAX-15) |
Address of a int64_t pseudo register containing the length of the chunk. More... | |
#define | CHUNK_LENGTH_REGISTER_LEN 8 |
Length of the CHUNK_LENGTH_REGISTER pseudo register. More... | |
Functions | |
virtual EYesNo | GENAPI_NAMESPACE::CacheChunkData () const =0 |
Indicates if the chunk a adapter must hold a cached version of the chunk data. More... | |
Variables | |
interface GENAPI_DECL_ABSTRACT | GENAPI_NAMESPACE::IChunkPort |
Interface for ports attached to a chunk. More... | |
Definition of interface IChunkPort.
Definition in file IChunkPort.h.
#define CHUNK_BASE_ADDRESS_REGISTER GC_INT64_MAX |
Address of a int64_t pseudo register containing the base address of the chunk (MAX_INT64)
Definition at line 51 of file IChunkPort.h.
#define CHUNK_BASE_ADDRESS_REGISTER_LEN 8 |
Length of the CHUNK_BASE_ADDRESS_REGISTER pseudo register.
Definition at line 54 of file IChunkPort.h.
#define CHUNK_LENGTH_REGISTER (GC_INT64_MAX-15) |
Address of a int64_t pseudo register containing the length of the chunk.
Definition at line 57 of file IChunkPort.h.
#define CHUNK_LENGTH_REGISTER_LEN 8 |
Length of the CHUNK_LENGTH_REGISTER pseudo register.
Definition at line 60 of file IChunkPort.h.