GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LSEP / V1-3-6 > lsepw / sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

LSEP_ids.h File Reference

LAT Science Data Identifiers for Physics Events. More...

#include <LSF/LSF_ids.h>

Defines

#define LSEP_ID(_id)   (LSF_ID_K_LSEP | (_id))
 Constructs an LAT Science Physics Event contribution identifier by OR'ing a specific id with the LSEP base value.

Typedefs

typedef enum _LSEP_ID_K LSEP_ID_K
 Typedef of enum _LSEP_ID_K.

Enumerations

enum  _LSEP_ID_K {
  LSEP_ID_K_DATAGRAM = LSF_ID_K_LSEP,
  LSEP_ID_K_STD_BASE = LSF_ID_K_LSEP,
  LSEP_ID_K_APP_BASE = LSF_ID_K_LSEP + 0x10,
  LSEP_ID_K_ETX = LSEP_ID_K_APP_BASE + 0,
  LSEP_ID_K_CDF = LSEP_ID_K_APP_BASE + 1
}
 Enumerates the LSF contribution identifiers for LAT Science Events (Physics). More...


Detailed Description

LAT Science Data Identifiers for Physics Events.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: LSEP_ids.h,v 1.5 2011/03/26 23:32:30 russell Exp $

Contribution identifiers are defined locally within the context of a specific datagram. This defines the contribution ids for LAT Science Physics Events.

Define Documentation

#define LSEP_ID ( _id   )     (LSF_ID_K_LSEP | (_id))

Constructs an LAT Science Physics Event contribution identifier by OR'ing a specific id with the LSEP base value.

Returns:
The constructed id
Parameters:
_id The identifier


Enumeration Type Documentation

enum _LSEP_ID_K

Enumerates the LSF contribution identifiers for LAT Science Events (Physics).

Enumerator:
LSEP_ID_K_DATAGRAM  ID for the LSEP datagram
LSEP_ID_K_STD_BASE  ID for the LSEP standard contributions, the standard contributions chew up 0x10 (LSE_ID_K_CNT contributions identifiers, starting at this value. Any privately defined user contributions must respect this reserved space.
LSEP_ID_K_APP_BASE  Base of the application specific contributions
LSEP_ID_K_ETX  The first application specific event contribution
LSEP_ID_K_CDF  The compressed data context information


Generated on Sat Apr 9 20:51:06 2011 by  doxygen 1.5.8