C API Functions |
Currently only applies to Understand for Ada databases and only the "standard" Ada library is supported. Future versions of Understand will support libraries.
#include "udb/udb.h" void udbLibraryList(char *filter, UdbLibrary **liblist, int *num)
char *filter
Specify the library filter
UdbLibrary **liblist
Returns the allocated list of libraries
int *num
If not NULL, returns the size of the library list
There is no function return value.
udbLibraryList ("~standard", &libraries, &size);
udbLibraryListFree to free the library list.
udbLibraryName to get the name of a library.
Scientific Toolworks, Inc. http://www.scitools.com Voice: (802) 763-2995 Fax: (802) 763-3066 support@scitools.com sales@scitools.com |