GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > CMX / V2-5-0

Constituent: cmx_interface     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

CMX_interfaceRecurse.c File Reference

Traverse (depth first) through an interface hierarchy tree. More...

#include <stdio.h>
#include "CMX_interface_prv.h"

Include dependency graph for CMX_interfaceRecurse.c:

Include dependency graph

Functions

unsigned int interfaceRecurse (CMX_interfaceRecurse_CB *call, void *parm, struct _CMX_Hierarchy *hier, unsigned int *depth)
 Identify the interface in which a symbol appears.

unsigned int CMX_interfaceRecurse (CMX_interfaceRecurse_CB *call, void *user, struct _CMX_Hierarchy *hier)
 Traverse (depth first) a CMX interface definition tree.


Detailed Description

Traverse (depth first) through an interface hierarchy tree.

CVS $Id: CMX_interfaceRecurse.c,v 1.2 2003/08/27 18:35:35 apw Exp $

Function Documentation

unsigned int CMX_interfaceRecurse CMX_interfaceRecurse_CB call,
void *  user,
struct _CMX_Hierarchy hier
 

Traverse (depth first) a CMX interface definition tree.

Parameters:
call User's callback routine (called for each node)
user User's callback parameter
hier Starting node in the hierarchy tree
Return values:
0 Hierarchy traversed successfully
x Error return from the user callback routine

Here is the call graph for this function:

unsigned int interfaceRecurse CMX_interfaceRecurse_CB call,
void *  parm,
struct _CMX_Hierarchy hier,
unsigned int *  depth
[static]
 

Identify the interface in which a symbol appears.

Parameters:
call User's callback routine
parm User's parameter
hier Node in the hierarchy tree
depth Recursion depth
Return values:
0 Hierarchy traversed successfully
x Error return from the user callback routine


Generated on Thu Jul 14 20:23:12 2005 by doxygen 1.3.3