GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> QLSM / V2-0-1 > qlsm_print / rhel6-64


Interface   Data Structures   File List   Data Fields   Globals  

QLSM_type.h File Reference

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


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

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

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 Tue Nov 29 17:08:56 2011 by  doxygen 1.5.8