GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> CMX / V2-13-1 > cmx_interface / linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

CMX_interfaceShow.c File Reference

Various ways to show the contents of an interface definition file. More...

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

Functions

static unsigned int showInterface (void *status, struct _CMX_Hierarchy *hier, unsigned int depth)
 Prints the interface name for the given node in the hierarchy.
unsigned int CMX_interfaceShowGlobals (struct _CMX_Interface *head)
 Dump the global symbol list from an interface definition file.
unsigned int CMX_interfaceShowInterface (struct _CMX_Interface *head, unsigned int opts)
 Dump the interface instance list from an interface definition file.
unsigned int CMX_interfaceShowLookups (struct _CMX_Interface *head)
 Dump the CMX export symbol list from an interface definition file.


Detailed Description

Various ways to show the contents of an interface definition file.

CVS $Id: CMX_interfaceShow.c,v 1.4 2007/09/21 23:38:27 kiml Exp $

Function Documentation

unsigned int CMX_interfaceShowGlobals ( struct _CMX_Interface head  ) 

Dump the global symbol list from an interface definition file.

Parameters:
head Control structure for one complete interface file.
Return values:
0 Success
1 Failure

unsigned int CMX_interfaceShowInterface ( struct _CMX_Interface head,
unsigned int  opts 
)

Dump the interface instance list from an interface definition file.

Parameters:
head Control structure for one complete interface file.
opts Display options
Return values:
0 Success
1 Failure

unsigned int CMX_interfaceShowLookups ( struct _CMX_Interface head  ) 

Dump the CMX export symbol list from an interface definition file.

Parameters:
head Control structure for one complete interface file.
Return values:
0 Success
1 Failure

static unsigned int showInterface ( void *  user,
struct _CMX_Hierarchy hier,
unsigned int  depth 
) [static]

Prints the interface name for the given node in the hierarchy.

Parameters:
user User options (bit fields)
hier Node in the hierarchy tree
depth Recursion depth
Return values:
0 Success (always)


Generated on Thu Jul 9 13:47:50 2009 by  doxygen 1.5.3