dEmcDCMLongData.idl

Go to the documentation of this file.
00001 /* dEmcDCMData.idl */
00002 
00009 struct dEmcDCMLongData {
00010    unsigned long nWords;        /* number of valid 32-bit words in array */
00011    unsigned long scheme;        /* DCM formatting scheme */
00012    unsigned long packetID;      /* Upper 8 bits: subsystem ID */
00013    unsigned long DCM[979];      /* IDPBSC_DCM32 Formatted Data */
00014 };
00015