1XDF_COPY_CHCONF(3) xdffileio library manual XDF_COPY_CHCONF(3)
23
4
NAME
6xdf_copy_chconf - Configure a channel according to a template
7
SYNOPSIS
9#include <xdfio.h>
1011
int xdf_copy_chconf(struct xdfch* dst, const struct xdfch* src);
12
DESCRIPTION
14xdf_copy_chconf() configure the channel referenced by dst using the
15information described by src.
16
RETURN VALUE
18The function returns 0 in case of success, -1 otherwise.
19
SEE ALSO
21xdf_set_chconf(3), xdf_get_chconf(3)
2223
24
25
26
EPFL 2010 XDF_COPY_CHCONF(3)