1XDF_GET_CHANNEL(3) xdffileio library manual XDF_GET_CHANNEL(3)
2
3
4
6 xdf_get_channel - Get the channel descriptor handle of a particular
7 index
8
10 #include <xdfio.h>
11
12 struct xdfch* xdf_get_channel(const struct xdf* xdf,
13 unsigned int index);
14
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
20 xdf_get_channel() returns the handle to requested channel descriptor in
21 case of success, NULL otherwise.
22
24 EINVAL xdf is NULL or index is bigger than the number of channel.
25
27 xdf_add_channel(3)
28
29
30
31
32
33EPFL 2010 XDF_GET_CHANNEL(3)