xdf_copy_chconf - Man Page

Configure a channel according to a template

Synopsis

#include <xdfio.h>

int xdf_copy_chconf(struct xdfch* dst, const struct xdfch* src);

Description

xdf_copy_chconf() configure the channel referenced by dst using the information described by src.

Return Value

The function returns 0 in case of success, -1 otherwise.

See Also

xdf_set_chconf(3), xdf_get_chconf(3)

Referenced By

xdf_add_channel(3), xdf_set_chconf(3).

2010 EPFL xdffileio library manual