xdf_get_evttype(3) debian man page | unix.com

Man Page: xdf_get_evttype

Operating Environment: debian

Section: 3

XDF_GET_EVTTYPE(3)					     xdffileio library manual						XDF_GET_EVTTYPE(3)

NAME
xdf_get_evttype - Get information about an event type
SYNOPSIS
#include <xdfio.h> int xdf_get_evttype(struct xdf* xdf, unsigned int evttype, int* code, const char** desc);
DESCRIPTION
xdf_get_evttype() returns the information of the event type evttype of the XDF file referenced by xdf. The code and the description of the event type are returned respectively in the pointers code and desc.
RETURN VALUE
The function returns 0 in case of success. Otherwise -1 is returned and errno is set appropriately.
ERRORS
EINVAL xdf, code or desc is NULL. ERANGE evttype is an invalid event type of xdf
SEE ALSO
xdf_get_event(3)
EPFL
2010 XDF_GET_EVTTYPE(3)
Related Man Pages
ttyname_r(3) - redhat
xdf_get_chconf(3) - debian
xdf_read(3) - debian
xdf_open(3) - debian
pfm_get_event_info(3) - centos
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Introduction
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph