/[PAMELA software]/yoda/event/OrbitalEvent.cpp
ViewVC logotype

Annotation of /yoda/event/OrbitalEvent.cpp

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 REMOVED
*** empty log message ***

1 kusanagi 1.1 /** @file
2 kusanagi 1.2 * $Source: /home/cvsmanager/yoda/event/OrbitalEvent.cpp,v $
3     * $Id: OrbitalEvent.cpp,v 1.1 2004/07/06 12:20:23 kusanagi Exp $
4     * $Author: kusanagi $
5 kusanagi 1.1 *
6     * Implementation of the OrbitalEvent class.
7     */
8     #include "OrbitalEvent.h"
9    
10     using namespace pamela;
11    
12     OrbitalEvent::OrbitalEvent(void): SubPacket("Techmodel", PacketType::Orbital) {
13     }
14    
15     /**
16     * Set the information of the OrbitalEvent.
17     * @param t Time
18     * @param o Orbit number
19     * @param h Height
20     */
21     void OrbitalEvent::Set(int t, int o, float h) {
22     Time = t;
23     Orbit = o;
24     Height = h;
25     }
26    
27     ClassImp(OrbitalEvent)

  ViewVC Help
Powered by ViewVC 1.1.23