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

Diff of /yoda/event/TrgAlarmEvent.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4.0 by kusanagi, Sun Mar 6 04:33:01 2005 UTC revision 5.1 by kusanagi, Sat Feb 4 12:37:43 2006 UTC
# Line 2  Line 2 
2  #define TRGALARM_EVENT_H  #define TRGALARM_EVENT_H
3    
4  #include "SubPacket.h"  #include "SubPacket.h"
5    #include <TArrayC.h>
6    
7  namespace pamela {  namespace pamela {
8    /**    /**
# Line 12  namespace pamela { Line 13  namespace pamela {
13            
14    public:    public:
15      TrgAlarmEvent(void);      TrgAlarmEvent(void);
16             /**
17      ClassDef(TrgAlarmEvent, 1)       * An array of chars containing the TrgAlarm data area.
18         */
19        TArrayC       *trgAlarmData;
20        ClassDef(TrgAlarmEvent, 2)
21    };    };
22  }  }
23    

Legend:
Removed from v.4.0  
changed lines
  Added in v.5.1

  ViewVC Help
Powered by ViewVC 1.1.23