DOKK / manpages / debian 10 / libmseed-doc / mstl_init.3.en
MSTL_INIT(3) Library Functions Manual MSTL_INIT(3)

mstl_init - Initializing and freeing MSTraceList structures

#include <libmseed.h>
MSTrace      *mstl_init ( MSTrace *mstl );
void          mstl_free ( MSTrace **ppmstl, flag freeprvtptr );

mstl_init will initialize a MSTraceList structure. If the mstl parameter is not NULL the structure will be cleared before being reallocated any memory allocated for associated MSTraceID and relate sub-structures will be freed.

mstl_free will free all memory associated with a MSTraceList structure and set the structure pointer (*ppmstl) to 0. If the freeprvtptr flag is true any memory pointed to by the prvtptr members of the MSTraceID or MSTraceSeg structures.

mstl_init returns a pointer to the MSTraceList structure initialized on success or NULL on error.

mstl_addmsr(3).

Chad Trabant
IRIS Data Management Center
2008/11/21 Libmseed API