Parent Directory | Revision Log | Patch
revision 1.4 by pam-fi, Wed Oct 22 15:17:32 2008 UTC | revision 1.7 by pam-fi, Thu Aug 6 15:00:42 2009 UTC | |
---|---|---|
# | Line 58 class TrkLevel0 : public TObject{ | Line 58 class TrkLevel0 : public TObject{ |
58 | * \brief Struct to decode tracker words | * \brief Struct to decode tracker words |
59 | * | * |
60 | */ | */ |
61 | typedef struct trkword{ | struct trkword{ |
62 | int type; | int type; |
63 | int decode; | int decode; |
64 | }; | }; |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |