inc/chunk_d.h File Reference

More...

This graph shows which files directly or indirectly include this file:


Data Structures

struct  chunk_d_t
 Chunk Object. More...

Enumerations

enum  e_buff_status_d_t { START, PROGRESS, COMPLETE, FREE }
 Chunk status enumeration. More...

Functions

int chunk_d_init (chunk_d_t *pThis, int chunkSize)
 Initialize buffer chunk
  • set max size of buffer and the current fill level Parameters:.

int chunk_d_copy (chunk_d_t *pSrc, chunk_d_t *pDst)
 copy on chunk into nother

Detailed Description

Target: TLL6527v1-0 Compiler: VDSP++ Output format: VDSP++ "*.dxe"

Author:
Gunar Schirner Rohan Kangralkar Oleg Vaskevich
Date:
03/15/2009
LastChange:
Id
chunk_d.h 1069 2013-02-25 18:19:21Z ovaskevi

Enumeration Type Documentation

enum e_buff_status_d_t

Chunk status enumeration.

Enumerator:
START 
PROGRESS  startup
COMPLETE  in progress -- don't touch otherwise
FREE  free


Function Documentation

int chunk_d_copy ( chunk_d_t pSrc,
chunk_d_t pDst 
)

copy on chunk into nother

Parameters:
pSrc pointer to source object (will not be modified)
pDst pointer to destination object (will get the data of the src object)
Returns:
PASS/0 success, non-zero otherwise

int chunk_d_init ( chunk_d_t pThis,
int  chunkSize 
)

Initialize buffer chunk

Parameters:
pThis pointer to own object
chunkSize size of provided chunk
Returns:
PASS/Zero on success. FAIL/Negative value on failure.


Generated on 3 Mar 2014 for PAL bare-c Library by  doxygen 1.4.7