Man page - xdf_get_evttype(3)
Packages contas this manual
- xdf_seek(3)
- xdf_prepare_transfer(3)
- xdf_add_channel(3)
- xdf_copy_conf(3)
- xdf_open(3)
- xdf_get_evttype(3)
- xdf_get_chconf(3)
- xdf_closest_type(3)
- xdf_add_evttype(3)
- xdf_define_arrays(3)
- xdf_write(3)
- xdf_copy_chconf(3)
- xdf_get_event(3)
- xdf_set_chconf(3)
- xdf_get_conf(3)
- xdf_set_conf(3)
- xdf_read(3)
- xdf_add_event(3)
- xdf_get_channel(3)
- xdf_close(3)
Package: libxdffileio-dev
apt-get install libxdffileio-dev
apt-get install libxdffileio-dev
Manuals in package:
Documentations in package:
Manual
| 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
SEE ALSO
xdf_get_event(3)
| 2010 | EPFL |