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

Contents of /yoda/event/RunHeaderEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


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

1 #ifndef RUNHEADER_EVENT_H
2 #define RUNHEADER_EVENT_H
3
4 #include "SubPacket.h"
5
6 namespace pamela {
7 /**
8 * Information events about the RunHeader.
9 */
10 class RunHeaderEvent: public pamela::SubPacket {
11 private:
12
13 public:
14 RunHeaderEvent(void);
15
16 BYTE RM_ACQ_SETTING_MODE;
17 UINT32 OBT_TIME_SYNC;
18 UINT32 LAST_TYME_SYNC_INFO;
19 BYTE FAVOURITE_WORKING_SCHEDULE;
20 BYTE EFFECTIVE_WORKING_SCHEDULE;
21 UINT32 PRH_VAR_TRIGGER_MODE_A;
22 UINT32 PRH_VAR_TRIGGER_MODE_B;
23 BYTE RM_ACQ_AFTER_CALIB;
24
25 ClassDef(RunHeaderEvent, 1)
26 };
27 }
28
29 #endif /* RUNHEADER_EVENT_H */
30

  ViewVC Help
Powered by ViewVC 1.1.23