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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by kusanagi, Tue Jul 6 12:20:23 2004 UTC revision 6.0 by kusanagi, Tue Feb 7 17:11:09 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvspamela/yoda/event/tmtc/TmtcEvent.cpp,v $   * $Source: /home/cvsmanager/yoda/event/tmtc/TmtcEvent.cpp,v $
3   * $Id: TmtcEvent.cpp,v 1.6 2004/03/16 10:18:28 nagni Exp $   * $Id: TmtcEvent.cpp,v 5.1 2006/02/04 12:37:44 kusanagi Exp $
4   * $Author: nagni $   * $Author: kusanagi $
5   *   *
6   * Implementation of the TmtcEvent class.   * Implementation of the TmtcEvent class.
7   */   */
# Line 10  Line 10 
10  using namespace pamela;  using namespace pamela;
11  TClonesArray *TmtcEvent::fgRecords = 0;  TClonesArray *TmtcEvent::fgRecords = 0;
12    
13  TmtcEvent::TmtcEvent(void): SubPacket("Event", PacketType::Tmtc) {  TmtcEvent::TmtcEvent(void): SubPacket("Tmtc", PacketType::Tmtc) {
14  Records = new TClonesArray("pamela::TmtcRecord", 1);  if (!fgRecords) fgRecords = new TClonesArray("pamela::TmtcRecord", 1);
15  //Records = fgRecords;     Records = fgRecords;
16  }  }
17    
18  TmtcEvent::~TmtcEvent(void) {  TmtcEvent::~TmtcEvent(void) {

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.6.0

  ViewVC Help
Powered by ViewVC 1.1.23