GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > MSG / V3-0-2

Constituent: msg2src     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

MSG_m2sdefs.h File Reference

Private definitions for the MSG file reading toolbox. More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Data Structures

struct  _MSG_FacDefinition
 Internal representation of a facility. More...

struct  _MSG_MsgDefinition
 Internal representation of a message. More...


Defines

#define MSG_L_FACNAME   ( 4 )
 Maximum characters in facility name.

#define MSG_L_NIKNMAX   ( 8 )
 Maximum characters in mnemonic name.

#define MSG_L_NIKNMIN   ( 3 )
 Minimum characters in mnemonic name.


Typedefs

typedef _MSG_MsgDefinition MSG_MsgDefinition
 Typedef for struct _MSG_MsgDefinition.

typedef _MSG_FacDefinition MSG_FacDefinition
 Typedef for struct _MSG_FacDefinition.


Functions

unsigned int MSG_createFacility (MSG_FacDefinition **fac)
 Create and initialize a facility structure.

unsigned int MSG_readMsg (MSG_FacDefinition *fac, char *fmsg)
 Read a .msg file.


Detailed Description

Private definitions for the MSG file reading toolbox.

CVS $Id: MSG_m2sdefs.h,v 1.4 2005/09/22 01:45:07 apw Exp $
Author:
A.P.Waite

Function Documentation

unsigned int MSG_createFacility MSG_FacDefinition **  facility  ) 
 

Create and initialize a facility structure.

Parameters:
facility (out) Handle for created facility
Return values:
M2S_SUCCESS Success
M2S_ALOCFAIL Cannot allocate memory for structure

unsigned int MSG_readMsg MSG_FacDefinition fac,
char *  fmsg
 

Read a .msg file.

Parameters:
fac Facility structure into which to read the file
fmsg Name of message file to read
Return values:
0 Success
1 Failure
Read and parse a .msg file.

Here is the call graph for this function:


Generated on Thu Sep 22 08:08:59 2005 by doxygen 1.3.3