logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xdf_get_channel - Get the channel descriptor handle of a particular 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.

Errors

EINVALxdf is NULL or index is bigger than the number of channel.

Name

       xdf_get_channel - Get the channel descriptor handle of a particular index

Return Value

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

See Also

xdf_add_channel(3)

EPFL                                                  2010                                    XDF_GET_CHANNEL(3)

Synopsis

#include<xdfio.h>structxdfch*xdf_get_channel(conststructxdf*xdf,unsignedintindex);

See Also