src/chunk.c File Reference

More...

#include "tll_common.h"
#include "chunk.h"

Include dependency graph for chunk.c:


Functions

int chunk_init (chunk_t *pThis)
 Initialize buffer chunk
  • set max size of buffer and the current fill level Parameters:.

int chunk_copy (chunk_t *pSrc, chunk_t *pDst)
 copy on chunk into nother

Detailed Description

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

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

Function Documentation

int chunk_copy ( chunk_t pSrc,
chunk_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_init ( chunk_t pThis  ) 

Initialize buffer chunk

Parameters:
pThis pointer to own object
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