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

Diff of /DarthVader/OrbitalInfo/inc/OrbitalInfo.h

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

revision 1.4 by mocchiut, Fri Jun 30 09:21:57 2006 UTC revision 1.5 by pam-fi, Fri Jul 21 10:59:13 2006 UTC
# Line 2  Line 2 
2  #define OrbitalInfo_h  #define OrbitalInfo_h
3    
4  #include <TObject.h>  #include <TObject.h>
5    #include <OrbitalInfoStruct.h>
6    
7  class OrbitalInfo : public TObject {  class OrbitalInfo : public TObject {
8   public:   public:
# Line 13  class OrbitalInfo : public TObject { Line 14  class OrbitalInfo : public TObject {
14    ULong64_t OBT; //< On Board Time    ULong64_t OBT; //< On Board Time
15    ULong64_t pkt_num; //< CPU packet number    ULong64_t pkt_num; //< CPU packet number
16    //    //
17      void SetFromLevel2Struct(cOrbitalInfo *l2);
18      void GetLevel2Struct(cOrbitalInfo *l2) const;
19    
20    void Clear(); // emiliano    void Clear(); // emiliano
21    //    //
22    ClassDef(OrbitalInfo, 1)    ClassDef(OrbitalInfo, 1)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23