/[PAMELA software]/DarthVader/OrbitalInfo/src/OrbitalInfo.cpp
ViewVC logotype

Contents of /DarthVader/OrbitalInfo/src/OrbitalInfo.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Fri Jun 30 09:21:58 2006 UTC (18 years, 5 months ago) by mocchiut
Branch: MAIN
CVS Tags: v1r01beta
Changes since 1.2: +6 -0 lines
Memory leak bug fixed

1 #include <OrbitalInfo.h>
2
3 OrbitalInfo::OrbitalInfo(){
4 absTime = 0ULL;
5 OBT = 0ULL;
6 pkt_num = 0ULL;
7 }
8
9
10 void OrbitalInfo::Clear(){
11 absTime = 0ULL;
12 OBT = 0ULL;
13 pkt_num = 0ULL;
14 }
15
16 ClassImp(OrbitalInfo)
17

  ViewVC Help
Powered by ViewVC 1.1.23