/[PAMELA software]/chewbacca/event/TrkAlarmEvent.h
ViewVC logotype

Annotation of /chewbacca/event/TrkAlarmEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Sep 23 07:19:56 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: v0r00, MAIN
CVS Tags: v1r02, v1r00, v1r01, start, v10RED, v9r00, v9r01, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources, 23/09/2008

1 mocchiut 1.1 #ifndef TRKALARM_EVENT_H
2     #define TRKALARM_EVENT_H
3    
4     #include "SubPacket.h"
5    
6     namespace pamela {
7     /**
8     * Information events about the TrkAlarm.
9     */
10     class TrkAlarmEvent: public pamela::SubPacket {
11     private:
12    
13     public:
14     TrkAlarmEvent(void);
15    
16     UINT8 TrigMask;
17     UINT8 DSPMask;
18     UINT8 DSPBusy;
19    
20     UINT8 FlashShutdown;
21     UINT8 FlashOn;
22     UINT8 FlashUpset;
23     UINT8 FlashData;
24    
25     UINT8 InterCheck;
26     UINT8 FinalCheck;
27    
28     UINT8 UnknownCmd;
29     UINT8 CmdDuringTrig;
30    
31     UINT8 DSPSoft;
32    
33     UINT8 CmdIDMA;
34     UINT8 TrigIDMA;
35    
36     UINT8 PNum;
37     UINT8 CmdNum;
38     UINT8 BID[7];
39     UINT8 ALARM[2];
40     UINT8 Aswr;
41    
42     ClassDef(TrkAlarmEvent, 2)
43     };
44     }
45    
46     #endif /* TRKALARM_EVENT_H */
47    

  ViewVC Help
Powered by ViewVC 1.1.23