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

Diff of /yoda/event/Calib2_Ac2Event.h

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

revision 2.4.2.1 by kusanagi, Sat Mar 5 16:34:03 2005 UTC revision 6.0 by kusanagi, Tue Feb 7 17:11:06 2006 UTC
# Line 5  Line 5 
5    
6  namespace pamela {  namespace pamela {
7    /**    /**
8     * Information events about the Calib2_Ac2.     * Calib2_Ac2Event data Wrapper.
9       *
10       * The pamela::Calib2_Ac2Event represents the Calib2_Ac2 packet generated by the PAMELA CPU software.
11       * Other info you consider meaningfull for the packet
12     */     */
13    class Calib2_Ac2Event: public pamela::SubPacket {    class Calib2_Ac2Event: public pamela::SubPacket {
14    private:    private:
15        
16    public:    public:
17        
18        /**
19         * The header of ???.
20         * Each element represent ......etc..etc..
21         */  
22      UINT16 header[2];      UINT16 header[2];
23    
24        /**
25         * The status of ???.
26         * Each element represent ......etc..etc..
27         */  
28      UINT16 status[5];      UINT16 status[5];
29    
30        // and so on......
31      UINT16 temp[8];      UINT16 temp[8];
32      UINT16 DAC1[8];      UINT16 DAC1[8];
33      UINT16 DAC2[8];      UINT16 DAC2[8];

Legend:
Removed from v.2.4.2.1  
changed lines
  Added in v.6.0

  ViewVC Help
Powered by ViewVC 1.1.23