OpenMAXBellagio
0.9.3
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
common.h
Go to the documentation of this file.
1
27
#ifndef __COMMON_H__
28
#define __COMMON_H__
29
30
#define MAX_LINE_LENGTH 2048
31
32
int
makedir
(
const
char
*newdir);
33
34
char
*
componentsRegistryGetFilename
(
void
);
35
char
*
loadersRegistryGetFilename
(
char
* registry_name);
36
int
exists
(
const
char
* fname);
37
38
typedef
struct
nameList
{
39
char
*
name
;
40
struct
nameList
*
next
;
41
}
nameList
;
42
43
44
#endif
45
loadersRegistryGetFilename
char * loadersRegistryGetFilename(char *registry_name)
Definition:
common.c:87
componentsRegistryGetFilename
char * componentsRegistryGetFilename()
Get registry filename This function returns the name of the registry file for the components loaded w...
Definition:
common.c:46
nameList::next
struct nameList * next
Definition:
common.h:40
nameList::name
char * name
Definition:
common.h:39
nameList
Definition:
common.h:38
exists
int exists(const char *fname)
Definition:
common.c:162
nameList
struct nameList nameList
makedir
int makedir(const char *newdir)
Definition:
common.c:118
Generated for OpenMAX Bellagio rel. 0.9.3 by
1.5.1