Parent Directory | Revision Log
Update *.h files. Now includes have a relative path. That is From -----> xxx/name.h to -----> ../name.h
1 | /** @file |
2 | * $Source: /home/cvsmanager/yoda/event/tsbt/TsbTRecord.h,v $ |
3 | * $Id: TsbTRecord.h,v 4.4 2005/05/28 10:44:14 kusanagi Exp $ |
4 | * $Author: kusanagi $ |
5 | * |
6 | * Header file for the TsbTRecord class. |
7 | */ |
8 | #ifndef TSBT_RECORD_H |
9 | #define TSBT_RECORD_H |
10 | #include "../SubPacket.h" |
11 | namespace pamela { |
12 | /** |
13 | * TsbTBlock data Wrapper |
14 | */ |
15 | class TsbTRecord: public TObject { |
16 | private: |
17 | |
18 | public: |
19 | /** |
20 | * Get the run name according to a certain run number. |
21 | */ |
22 | UINT32 RECORD_OBT; |
23 | UINT8 STATUS_CODE; |
24 | UINT16 TEMPERATURES[13]; |
25 | |
26 | TsbTRecord(void); |
27 | ~TsbTRecord(void){}; |
28 | ClassDef(TsbTRecord, 1) |
29 | }; |
30 | } |
31 | |
32 | #endif /* TSBT_RECORD_H */ |
33 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |