1XDF_GET_CHANNEL(3)         xdffileio library manual         XDF_GET_CHANNEL(3)
2
3
4

NAME

6       xdf_get_channel  -  Get  the  channel descriptor handle of a particular
7       index
8

SYNOPSIS

10       #include <xdfio.h>
11
12       struct xdfch* xdf_get_channel(const struct xdf* xdf,
13                                     unsigned int index);
14

DESCRIPTION

16       xdf_get_channel() gets the channel descriptor of the channel stored  at
17       index index in the XDF file referenced by the handle xdf.
18

RETURN VALUE

20       xdf_get_channel() returns the handle to requested channel descriptor in
21       case of success, NULL otherwise.
22

ERRORS

24       EINVAL xdf is NULL or index is bigger than the number of channel.
25

SEE ALSO

27       xdf_add_channel(3)
28
29
30
31
32
33EPFL                                 2010                   XDF_GET_CHANNEL(3)
Impressum