GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LTC_DB / V1-0-0

Constituent: ltc_data     Tag: mv2304


Interface   Data Structures   File List   Data Fields   Globals  

LTC_DB_schema.h File Reference

CDM database schema: settings for the LTC system. More...

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


Data Structures

struct  _LTC_DB_PduMeasRec
 Info for needed to acquire measurement from PDU group. More...
struct  _LTC_DB_PduTbl
 Info for inputting sensor measurements from PDU. More...
struct  _LTC_DB_Schema
 CDM database schema when initializing LHK by configuration file. More...

Defines

#define LTC_DB_SCHEMA   (91)
#define LTC_DB_INSTANCE   (0)
#define LTC_DB_VERSION   (1)
#define LTC_DB_PDUs   2
 Maximum number PDUs.
#define LTC_DB_PDU_GRPS   8
 Maximum ADC groups in PDU.
#define LTC_DB_NUM_HPs   12
 Number of heat pipes on LAT.
#define LTC_DB_NUM_SNSRS   (3*LTC_DB_NUM_HPs)
 Number sensors input for LTC per PDU (2 RITS + 1 res heater per HP).

Typedefs

typedef enum _LTC_DB_FileIdTypes LTC_DB_FileIdTypes
 Typedef for struct LTC_DB_FileIdTypes.
typedef enum _LTC_DB_SnsrType LTC_DB_SnsrType
 Typedef for struct LTC_DB_SnsrType.
typedef _LTC_DB_PduMeasRec LTC_DB_PduMeasRec
 Typedef for struct _.
typedef _LTC_DB_PduTbl LTC_DB_PduTbl
 Typedef for struct _LTC_PduTbl.
typedef _LTC_DB_Schema LTC_DB_Schema
 Typedef for struct _LTC_DB_Schema.

Enumerations

enum  _LTC_DB_FileIdTypes {
  LTC_DB_FILE_BUILT_IN = 0,
  LTC_DB_FILE_BY_NAME = 1,
  LTC_DB_FILE_BY_ID = 2
}
 Values for LTC configuration types. More...
enum  _LTC_DB_SnsrType {
  LTC_DB_DSHP_RIT = 0,
  LTC_DB_DSHP_RIT_R = 1,
  LTC_DB_XLHP_RIT = 2,
  LTC_DB_XLHP_RIT_R = 3,
  LTC_DB_RSVR_HTR = 4,
  LTC_DB_RSVR_HTR_R = 5,
  LTC_DB_LTC_SNSR_TYPS = 6
}
 Values for LAT sensor types used as array index by LTC. More...

Detailed Description

CDM database schema: settings for the LTC system.

CVS $Id: LTC_DB_schema.h,v 1.6 2005/09/20 19:49:26 dwood Exp $
Author:
S.Maldonado

Enumeration Type Documentation

enum _LTC_DB_FileIdTypes
 

Values for LTC configuration types.

Enumerator:
LTC_DB_FILE_BY_NAME  File identified by string (obsolete)
LTC_DB_FILE_BY_ID  File identified by ID number

enum _LTC_DB_SnsrType
 

Values for LAT sensor types used as array index by LTC.

Enumerator:
LTC_DB_DSHP_RIT  Downspout RIT
LTC_DB_DSHP_RIT_R  Downspout RIT redundant
LTC_DB_XLHP_RIT  X-LAT RIT
LTC_DB_XLHP_RIT_R  X-LAT RIT redundant
LTC_DB_RSVR_HTR  Reservoir heater
LTC_DB_RSVR_HTR_R  Reservoir heater redundant
LTC_DB_LTC_SNSR_TYPS  Number sensor types


Generated on Sat Nov 19 20:57:53 2005 by  doxygen 1.4.4