GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > CMX / V2-4-3
Constituent: cid     Tag: sun-gcc
#include <stdio.h>
#include <string.h>
#include "CMX/CMX_interface_pub.h"
Include dependency graph for cid.c:

Data Structures | |
| struct | _CID_Command |
| Standard structure for descibing a CID command. More... | |
| struct | _CID_Qualifier |
| Standard structure for describing a CID qualifier. More... | |
Typedefs | |
| typedef unsigned int | CID_dispatch (unsigned int pcnt, const char *parm[]) |
| Typedef for a command line callback routine. | |
Functions | |
| unsigned int | abbrev (const char *left, unsigned int llen, const char *rite, unsigned int rlen, unsigned int min) |
| Test a string for being a minimally long abbreviation of another. | |
| unsigned int | parse_arg (unsigned int *pcnt, const char *parm[], unsigned int qcnt, struct _CID_Qualifier *qlst) |
| Identify parameters and qualifiers in arguments. | |
| unsigned int | check (unsigned int pcnt, const char *parm[]) |
| Check the syntax of an interface definition file. | |
| unsigned int | compare (unsigned int pcnt, const char *parm[]) |
| Compare an "old" and a "new" interface definition file. | |
| unsigned int | find (unsigned int pcnt, const char *parm[]) |
| Find a symbol in an interface definition file. | |
| unsigned int | show (unsigned int pcnt, const char *parm[]) |
| Show some feature of an interface definition file. | |
| unsigned int | show_interface (unsigned int pcnt, const char *parm[]) |
| Show the interface names in an interface definition file. | |
| unsigned int | show_global (unsigned int pcnt, const char *parm[]) |
| Show global symbols in an interface file. | |
| int | main (int pcnt, const char *parm[]) |
| Main routine. | |
Variables | |
| const char * | s_few = "few" |
| The string "few". | |
| const char * | s_many = "many" |
| The string "many". | |
CVS $Id: cid.c,v 1.3 2003/09/22 17:19:49 kiml Exp $
|
|
Typedef for a command line callback routine.
|
|
||||||||||||||||||||||||
|
Test a string for being a minimally long abbreviation of another.
|
|
||||||||||||
|
Check the syntax of an interface definition file.
|
Here is the call graph for this function:

|
||||||||||||
|
Compare an "old" and a "new" interface definition file.
|
Here is the call graph for this function:

|
||||||||||||
|
Find a symbol in an interface definition file.
|
Here is the call graph for this function:

|
||||||||||||
|
Show some feature of an interface definition file.
|
Here is the call graph for this function:

|
||||||||||||
|
Show global symbols in an interface file.
|
Here is the call graph for this function:

|
||||||||||||
|
Show the interface names in an interface definition file.
|
Here is the call graph for this function:

1.3.3