Man page - xdf_get_channel(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_GET_CHANNEL
NAMESYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
SEE ALSO
NAME
xdf_get_channel - Get the channel descriptor handle of a particular index
SYNOPSIS
#include <xdfio.h>
struct xdfch*
xdf_get_channel(const struct xdf*
xdf
,
unsigned int
index
);
DESCRIPTION
xdf_get_channel () gets the channel descriptor of the channel stored at index index in the XDF file referenced by the handle xdf .
RETURN VALUE
xdf_get_channel () returns the handle to requested channel descriptor in case of success, NULL otherwise.
ERRORS
|
EINVAL |
xdf is NULL or index is bigger than the number of channel. |
SEE ALSO
xdf_add_channel (3)