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

Annotation of /yoda/event/InclinationEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Thu Jul 29 16:18:54 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -3 lines
File MIME type: text/plain
FILE REMOVED
*** empty log message ***

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

  ViewVC Help
Powered by ViewVC 1.1.23