28#ifndef GENAPI_CHUNKADAPTERU3V_H
29#define GENAPI_CHUNKADAPTERU3V_H
33namespace GENAPI_NAMESPACE
Declaration of the CChunkAdapter class.
Connects a chunked U3V buffer to a node map.
Definition ChunkAdapterU3V.h:56
virtual void AttachBuffer(uint8_t *pBuffer, int64_t BufferLength, AttachStatistics_t *pAttachStatistics=NULL)
Attaches a buffer to the matching ChunkPort.
virtual bool CheckBufferLayout(uint8_t *pBuffer, int64_t BufferLength)
Checks if a buffer contains chunks in a known format.
virtual ~CChunkAdapterU3V()
Destructor.
CChunkAdapterU3V(INodeMap *pNodeMap=NULL, int64_t MaxChunkCacheSize=-1)
Constructor.
Connects a chunked buffer to a node map.
Definition ChunkAdapter.h:56
Definition ChunkAdapter.h:44
header of a GVCP request packet
Definition ChunkAdapterU3V.h:44