/[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 2.0 - (show annotations) (download)
Tue Sep 21 20:50:47 2004 UTC (20 years, 2 months ago) by kusanagi
Branch: MAIN
Changes since 1.2: +1 -1 lines
Major release

1 /** @file
2 * $Source: /home/cvsmanager/yoda/event/tmtc/TmtcEvent.cpp,v $
3 * $Id: TmtcEvent.cpp,v 1.2 2004/07/17 20:03:34 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