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

Annotation of /yoda/event/PscuEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.0 - (hide annotations) (download)
Tue Sep 21 20:49:57 2004 UTC (20 years, 2 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +3 -3 lines
File MIME type: text/plain
Major release

1 kusanagi 1.1 /** @file
2 kusanagi 2.0 * $Source: /home/cvsmanager/yoda/event/PscuEvent.h,v $
3     * $Id: PscuEvent.h,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $
4     * $Author: kusanagi $
5 kusanagi 1.1 *
6     * Header file for the PscuEvent class.
7     */
8     #ifndef PSCU_EVENT_H
9     #define PSCU_EVENT_H
10    
11     #include "SubPacket.h"
12    
13     namespace pamela {
14     /**
15     * Information events about the pscu.
16     */
17     class PscuEvent: public pamela::SubPacket {
18     private:
19     public:
20     PscuEvent(void);
21     ClassDef(PscuEvent, 1)
22     };
23     }
24    
25     #endif /* PSCU_EVENT_H */
26    

  ViewVC Help
Powered by ViewVC 1.1.23