#include <math.h>#include <lal/LALStdlib.h>#include <lal/SeqFactories.h>#include <lal/SpecBuffer.h>#include <lal/DataBuffer.h>Include dependency graph for DataBuffer.c:

Go to the source code of this file.
Functions | |
| NRCSID (DATABUFFERC,"$Id: DataBuffer.c,v 1.10 2007/06/08 14:41:46 bema Exp $") | |
| void | LALCreateDataBuffer (LALStatus *status, DataBuffer **buffer, DataBufferPar *params) |
| void | LALDestroyDataBuffer (LALStatus *status, DataBuffer **buffer) |
| void | LALGetData (LALStatus *status, DataSegment *output, INT4 advance, DataBuffer *buffer) |
| NRCSID | ( | DATABUFFERC | , | |
| "$Id: DataBuffer. | c, | |||
| v 1.10 2007/06/08 14:41:46 bema Exp $" | ||||
| ) |
| void LALCreateDataBuffer | ( | LALStatus * | status, | |
| DataBuffer ** | buffer, | |||
| DataBufferPar * | params | |||
| ) |
Definition at line 246 of file DataBuffer.c.
| void LALDestroyDataBuffer | ( | LALStatus * | status, | |
| DataBuffer ** | buffer | |||
| ) |
Definition at line 340 of file DataBuffer.c.
| void LALGetData | ( | LALStatus * | status, | |
| DataSegment * | output, | |||
| INT4 | advance, | |||
| DataBuffer * | buffer | |||
| ) |
Definition at line 385 of file DataBuffer.c.
1.5.2