Man page - xdf_copy_chconf(3)
Packages contains this manual
- xdf_get_event(3)
- xdf_set_conf(3)
- xdf_close(3)
- xdf_read(3)
- xdf_get_evttype(3)
- xdf_seek(3)
- xdf_get_channel(3)
- xdf_closest_type(3)
- xdf_define_arrays(3)
- xdf_add_evttype(3)
- xdf_write(3)
- xdf_copy_conf(3)
- xdf_add_channel(3)
- xdf_set_chconf(3)
- xdf_prepare_transfer(3)
- xdf_copy_chconf(3)
- xdf_get_chconf(3)
- xdf_get_conf(3)
- xdf_open(3)
- xdf_add_event(3)
Package: libxdffileio-dev
apt-get install libxdffileio-dev
apt-get install libxdffileio-dev
Manuals in package:
Documentations in package:
Manual
XDF_COPY_CHCONF
NAMESYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
NAME
xdf_copy_chconf - 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)