Parent Directory | Revision Log | Patch
revision 1.1 by mocchiut, Fri May 19 13:15:58 2006 UTC | revision 1.2 by mocchiut, Wed Jun 14 09:52:54 2006 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #include <OrbitalInfo.h> | #include <OrbitalInfo.h> |
2 | ||
3 | OrbitalInfo::OrbitalInfo() : | OrbitalInfo::OrbitalInfo(){ |
4 | absTime(0){} | absTime = 0ULL; |
5 | OBT = 0ULL; | |
6 | pkt_num = 0ULL; | |
7 | } | |
8 | ||
9 | ||
10 | ClassImp(OrbitalInfo) | ClassImp(OrbitalInfo) |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |