Helper methods used to handle a splittable buffer. More...
#include <sbgSplitBuffer.h>
Public Attributes | |
size_t | linkedBufferSize |
uint8_t * | pLinkedBuffer |
size_t | subBufferNbr |
size_t | subBufferSize |
Helper methods used to handle a splittable buffer.
\file sbgSplitBuffer.h
Copyright (C) 2007-2013, SBG Systems SAS. All rights reserved.
This source code is intended for use only by SBG Systems SAS and those that have explicit written permission to use it from SBG Systems SAS.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
Defines the ECom transfer states
Definition at line 40 of file sbgSplitBuffer.h.
size_t _SbgSplitBuffer::linkedBufferSize |
Size of the original buffer
Definition at line 43 of file sbgSplitBuffer.h.
uint8_t* _SbgSplitBuffer::pLinkedBuffer |
Pointer on the buffer that needs to be split
Definition at line 42 of file sbgSplitBuffer.h.
size_t _SbgSplitBuffer::subBufferNbr |
The number of sub buffers in this split buffer
Definition at line 45 of file sbgSplitBuffer.h.
size_t _SbgSplitBuffer::subBufferSize |
The size of the sub buffers
Definition at line 44 of file sbgSplitBuffer.h.