/[PAMELA software]/yoda/event/CalibS4Event.h
ViewVC logotype

Annotation of /yoda/event/CalibS4Event.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.1 - (hide annotations) (download)
Sun Oct 17 12:28:15 2004 UTC (20 years, 1 month ago) by kusanagi
Branch: MAIN
Changes since 2.0: +4 -0 lines
File MIME type: text/plain
*** empty log message ***

1 kusanagi 1.1 #ifndef CALIBS4_EVENT_H
2     #define CALIBS4_EVENT_H
3    
4     #include "SubPacket.h"
5    
6     namespace pamela {
7     /**
8     * Information events about the CalibS4.
9     */
10     class CalibS4Event: public pamela::SubPacket {
11     private:
12    
13     public:
14     CalibS4Event(void);
15    
16 kusanagi 2.1 UINT16 S4register[384];
17     BYTE S4command[384];
18     UINT16 S4length[384];
19     BYTE S4crc[384];
20 kusanagi 1.1 ClassDef(CalibS4Event, 1)
21     };
22     }
23    
24     #endif /* CALIBS4_EVENT_H */
25    

  ViewVC Help
Powered by ViewVC 1.1.23