TUM-Logo

libRASCH

 

Home
 

General

About libRASCH/News
Design
Screen shots
Sample programs (with source code)
License
 

Download

libRASCH
Tools
 

Documentation

User
Developer
 

Resources

Mailing list
Supported Formats
Plugins
Status
Links
 
Contact
About this site
 
Last updated
Tue Mar 27 23:03:52 2007
libRASCH: estimate_ch_infos.c File Reference

estimate_ch_infos.c File Reference

Include dependency graph for estimate_ch_infos.c:

Go to the source code of this file.

Defines

#define _LIBRASCH_BUILD

Functions

int find_name (const char *name, char *part)
 check if string contains text sequence
int isletter (char c)
 checks if character is a letter
LIBRAAPI int ra_est_ch_type (const char *name, struct ra_est_ch_infos *inf)
 estimate channel type


Detailed Description

This file implements the functions to estimate the type of a recording-channel from the channel name.

Author:
Raphael Schneider (rasch@med1.med.tum.de)

Definition in file estimate_ch_infos.c.


Define Documentation

#define _LIBRASCH_BUILD
 

Definition at line 23 of file estimate_ch_infos.c.


Function Documentation

int find_name const char *  name,
char *  part
 

Parameters:
<name> string which is searched
<part> string which is looked for
The function checks if the string 'name' contains the text 'part'.

Definition at line 74 of file estimate_ch_infos.c.

References isletter().

Referenced by ra_est_ch_type().

int isletter char  c  ) 
 

Parameters:
<c> channel name
Returns 1 if the character 'c' is a letter.

Definition at line 115 of file estimate_ch_infos.c.

Referenced by find_name().

LIBRAAPI int ra_est_ch_type const char *  name,
struct ra_est_ch_infos inf
 

Parameters:
<name> channel name
<inf> this variable contains the estimated type
This function tries to estimate the type of a recording channel from the channel name.

Definition at line 40 of file estimate_ch_infos.c.

References _num_infs, find_name(), and local_to_utf8().


Generated on Fri May 27 11:32:40 2005 for libRASCH by  doxygen 1.4.2