GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QLSM / dev

Constituent: qlsm_print     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QLSM_type.h File Reference

Enumeration and masks for the magic 7 record types. More...

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


Typedefs

typedef enum _QLSM_TYPE_K QLSM_TYPE_K
 Typedef for enum _QLSM_TYPE_K.
typedef enum _QLSM_TYPE_M QLSM_TYPE_M
 Typedef for enum _QLSM_TYPE_M.

Enumerations

enum  _QLSM_TYPE_K {
  QLSM_TYPE_K_UNKNOWN = -1,
  QLSM_TYPE_K_ATTITUDE = 1,
  QLSM_TYPE_K_ANCILLARY = 2,
  QLSM_TYPE_K_TIMETONE = 3,
  QLSM_TYPE_K_CNT = 3
}
 Enumeration of the magic 7 record types. More...
enum  _QLSM_TYPE_M {
  QLSM_TYPE_M_ATTITUDE = (1 << QLSM_TYPE_K_ATTITUDE),
  QLSM_TYPE_M_ANCILLARY = (1 << QLSM_TYPE_K_ANCILLARY),
  QLSM_TYPE_M_TIMETONE = (1 << QLSM_TYPE_K_TIMETONE),
  QLSM_TYPE_M_ALL
}
 Enumeration of the magic 7 record types, as masks. More...

Detailed Description

Enumeration and masks for the magic 7 record types.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: QLSM_type.h,v 1.1 2008/09/20 00:40:53 russell Exp $

Enumeration Type Documentation

enum _QLSM_TYPE_K
 

Enumeration of the magic 7 record types.

Enumerator:
QLSM_TYPE_K_UNKNOWN  Unknown type
QLSM_TYPE_K_ATTITUDE  Attitude record
QLSM_TYPE_K_ANCILLARY  Ancillary record
QLSM_TYPE_K_TIMETONE  Timetone record
QLSM_TYPE_K_CNT  The number of magic 7 record types

enum _QLSM_TYPE_M
 

Enumeration of the magic 7 record types, as masks.

Enumerator:
QLSM_TYPE_M_ATTITUDE  Attitude record
QLSM_TYPE_M_ANCILLARY  Ancillary record
QLSM_TYPE_M_TIMETONE  Timetone record
QLSM_TYPE_M_ALL  Mask of all valid record types


Generated on Sat Sep 20 02:27:35 2008 by  doxygen 1.4.4