Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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