xdf_copy_chconf - Configure a channel according to a template
Contents
Description
xdf_copy_chconf() configure the channel referenced by dst using the information described by src.
Name
xdf_copy_chconf - Configure a channel according to a template
Return Value
The function returns 0 in case of success, -1 otherwise.
See Also
xdf_set_chconf(3), xdf_get_chconf(3) EPFL 2010 XDF_COPY_CHCONF(3)
Synopsis
#include<xdfio.h>intxdf_copy_chconf(structxdfch*dst,conststructxdfch*src);
