xdf_copy_conf - Configure a xDF file according to a template
Contents
Description
xdf_copy_conf() configure the xDF file referenced by dst using the information described by src.
Name
xdf_copy_conf - Configure a xDF file according to a template
Return Value
The function returns 0 in case of success, -1 otherwise.
See Also
xdf_set_conf(3), xdf_get_conf(3) EPFL 2010 XDF_COPY_CONF(3)
Synopsis
#include<xdfio.h>intxdf_copy_conf(structxdf*dst,confstructxdf*src);
