GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > FMX / V3-1-2

Constituent: fmxx     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

FMX_pubdefs.h File Reference

Public definitions for the ITC package. More...

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


Defines

#define FMX_L_ENUM_TABLES   (6)
 Number of enumeration tables FMX recognizes.

Typedefs

typedef _FMX_Connection FMX_Connection
 Typedef for struct _FMX_Connection.
typedef enum _FMX_EnumTableList FMX_EnumTableList
 Typedef for enum _FMX_EnumTableList.
typedef enum _FMX_FileGroup FMX_FileGroup
 Typedef for enum _FMX_FileGroup.
typedef unsigned int FMX_cb_scanFilesByKey (void *prm, unsigned int key, const char *dir, FMX_FileGroup group, unsigned int export, unsigned int visible, const char *tag, unsigned int index, unsigned int size, const char *date, const char *name)
 Signature for a FMX_scanFilesByKey callback function.

Enumerations

enum  _FMX_EnumTableList {
  FMX_ENUM_TABLE_DEVICE = 0,
  FMX_ENUM_TABLE_FILETYPE = 1,
  FMX_ENUM_TABLE_HOST = 2,
  FMX_ENUM_TABLE_INSTRUMENT = 3,
  FMX_ENUM_TABLE_NODE = 4,
  FMX_ENUM_TABLE_TAG = 5
}
 Enumeration of enumeration tables FMX recognizes (!). More...
enum  _FMX_FileGroup {
  FMX_GRP_UNKNOWN = -1,
  FMX_GRP_SIMPLE = 0,
  FMX_GRP_COMPOUND = 1,
  FMX_GRP_MODULE = 2
}
 Enumeration of the groups filetypes can belong to. More...

Functions

unsigned int FMX_connect (FMX_Connection **con, const char *host, const char *user, const char *pass, int port)
unsigned int FMX_disconnect (FMX_Connection *ucb)
unsigned int FMX_findCDMbyKey (FMX_Connection *ucb, unsigned int key, const char *tag, unsigned int absolute, char *nambuf, unsigned int bufmax, unsigned int *namlen)
unsigned int FMX_initialize (void)
unsigned int FMX_scanFilesByKey (FMX_Connection *ucb, unsigned int key, FMX_cb_scanFilesByKey *rtn, void *prm)
void FMX_shutdown (void)

Detailed Description

Public definitions for the ITC package.

CVS $Id: FMX_pubdefs.h,v 1.1 2006/09/29 23:20:20 apw Exp $
Author:
A.P.Waite

Enumeration Type Documentation

enum _FMX_EnumTableList
 

Enumeration of enumeration tables FMX recognizes (!).

Enumerator:
FMX_ENUM_TABLE_DEVICE  Device table
FMX_ENUM_TABLE_FILETYPE  Filetype table
FMX_ENUM_TABLE_HOST  Host table
FMX_ENUM_TABLE_INSTRUMENT  Instrument table
FMX_ENUM_TABLE_NODE  Node table
FMX_ENUM_TABLE_TAG  Tag table

enum _FMX_FileGroup
 

Enumeration of the groups filetypes can belong to.

Enumerator:
FMX_GRP_UNKNOWN  Unknown filetype membership
FMX_GRP_SIMPLE  Member of group "simple"
FMX_GRP_COMPOUND  Member of group "compound"
FMX_GRP_MODULE  Member of group "module"


Generated on Fri Dec 1 01:36:19 2006 by  doxygen 1.4.4