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

Diff of /yoda/event/ForcedFECmdEvent.h

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

revision 2.0 by kusanagi, Tue Sep 21 20:49:57 2004 UTC revision 5.1 by kusanagi, Sat Feb 4 12:37:43 2006 UTC
# Line 2  Line 2 
2  #define FORCEDFECMD_EVENT_H  #define FORCEDFECMD_EVENT_H
3    
4  #include "SubPacket.h"  #include "SubPacket.h"
5    #include <TArrayC.h>
6    
7  namespace pamela {  namespace pamela {
8    /**    /**
# Line 11  namespace pamela { Line 12  namespace pamela {
12    private:    private:
13        
14    public:    public:
15       /**
16         * An array of chars containing the ForcedFECmd data area.
17         */
18        TArrayC       *forcedFECmdData;  
19      
20      ForcedFECmdEvent(void);      ForcedFECmdEvent(void);
21    
22      /* to be defined */      ClassDef(ForcedFECmdEvent, 2)
       
       
     ClassDef(ForcedFECmdEvent, 1)  
23    };    };
24  }  }
25    

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

  ViewVC Help
Powered by ViewVC 1.1.23