/[PAMELA software]/yoda/event/tmtc/TmtcEvent.cpp
ViewVC logotype

Contents of /yoda/event/tmtc/TmtcEvent.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sat Jul 17 20:03:34 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +5 -5 lines
*** empty log message ***

1 /** @file
2 * $Source: /home/cvsmanager/yoda/event/tmtc/TmtcEvent.cpp,v $
3 * $Id: TmtcEvent.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $
4 * $Author: kusanagi $
5 *
6 * Implementation of the TmtcEvent class.
7 */
8 #include "TmtcEvent.h"
9
10 using namespace pamela;
11 TClonesArray *TmtcEvent::fgRecords = 0;
12
13 TmtcEvent::TmtcEvent(void): SubPacket("Event", PacketType::Tmtc) {
14 if (!fgRecords) fgRecords = new TClonesArray("pamela::TmtcRecord", 1);
15 Records = fgRecords;
16 }
17
18 TmtcEvent::~TmtcEvent(void) {
19 }
20 ClassImp(TmtcEvent)

  ViewVC Help
Powered by ViewVC 1.1.23