/[PAMELA software]/DarthVader/OrbitalInfo/inc/OrbitalInfoStruct.h
ViewVC logotype

Annotation of /DarthVader/OrbitalInfo/inc/OrbitalInfoStruct.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Fri Jul 21 10:59:13 2006 UTC (18 years, 4 months ago) by pam-fi
Branch: MAIN
CVS Tags: v1r01, v2r00BETA
File MIME type: text/plain
modified for C3PO

1 pam-fi 1.1 #ifndef OrbitalInfoStruct_h
2     #define OrbitalInfoStruct_h
3    
4     struct cOrbitalInfo {
5    
6     ULong64_t abstime; //< Absolute Time
7     // EM: added On Board Time and CPU Packet Number
8     ULong64_t obt; //< On Board Time
9     ULong64_t pkt_num; //< CPU packet number
10    
11     void InitcOrbitalInfo(){
12     abstime = 0;
13     obt = 0;
14     pkt_num = 0;
15     }
16     };
17    
18     #endif

  ViewVC Help
Powered by ViewVC 1.1.23