/[PAMELA software]/yoda/techmodel/CalibTrk1Reader.cpp
ViewVC logotype

Log of /yoda/techmodel/CalibTrk1Reader.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Links to yodaPreTermistores2_0/00: (view) (download) (annotate)
Sticky Tag:

Revision 4.3 - (view) (download) (annotate) - [select for diffs]
Wed Mar 16 23:23:20 2005 UTC (19 years, 8 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_2/00, YODA4_2/01, YODA4_2/03, YODA4_3/00, YODA4_3/01, YODA4_3/02, yodaPreTermistores2_0/00
Branch point for: PreThermistores2
Changes since 4.2: +6 -6 lines
Diff to previous 4.2 , to selected 3.0
Bug fix: wrong (again) filling of tempXXX_par parameter


Revision 4.2 - (view) (download) (annotate) - [select for diffs]
Wed Mar 16 22:49:51 2005 UTC (19 years, 8 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_1/00
Changes since 4.1: +8 -8 lines
Diff to previous 4.1 , to selected 3.0
Bug Fix: the parameters "tempPed_par"  and "tempSig_par" were defined as int intead to be float


Revision 4.1 - (view) (download) (annotate) - [select for diffs]
Wed Mar 9 19:39:47 2005 UTC (19 years, 8 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_0/02, YODA4_0/03, YODA4_0/04
Changes since 4.0: +4 -4 lines
Diff to previous 4.0 , to selected 3.0
Bug Fix:
The parameter DSPped_par was defined as "int" instead of "float"
The parameter DSPbad_par was defined as "float" instead of "int"


Revision 4.0 - (view) (download) (annotate) - [select for diffs]
Sun Mar 6 04:33:02 2005 UTC (19 years, 8 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_0/01
Changes since 3.0: +2 -2 lines
Diff to previous 3.0
Stable version 4.0 - 6 March 2005 - Maurizio Nagni


Revision 3.0 - (view) (download) (annotate) - [selected]
Fri Mar 4 15:54:11 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
Changes since 2.6: +2 -2 lines
Diff to previous 2.6
Error proof version.
Implemented all detectors packets plus all the main telemetries packets.
Missing all the Init and Alarm packets.
Disabled CRC control on VarDump, ArrDump, TabDump for CPU debugging needs
(the data formats seems correct even if CRC get wrong)


Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Thu Jan 13 14:48:04 2005 UTC (19 years, 10 months ago) by kusanagi
Branch: MAIN
Changes since 2.5: +4 -2 lines
Diff to previous 2.5 , to selected 3.0
Added unpackError initialization.


Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Tue Jan 11 23:24:35 2005 UTC (19 years, 10 months ago) by kusanagi
Branch: MAIN
Changes since 2.4: +3 -3 lines
Diff to previous 2.4 , to selected 3.0
Now remove the temporary files created for CalibTrk1/2


Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Wed Dec 22 11:38:35 2004 UTC (19 years, 11 months ago) by kusanagi
Branch: MAIN
Changes since 2.3: +7 -8 lines
Diff to previous 2.3 , to selected 3.0
Fixed EventReader file scan bugs


Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu Dec 16 17:32:57 2004 UTC (19 years, 11 months ago) by kusanagi
Branch: MAIN
Changes since 2.2: +3 -3 lines
Diff to previous 2.2 , to selected 3.0
*** empty log message ***


Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 22:08:00 2004 UTC (20 years ago) by kusanagi
Branch: MAIN
Changes since 2.1: +54 -69 lines
Diff to previous 2.1 , to selected 3.0
Finally added a real group of Exception classes
Re-strucuted all the log systems (for better performances on unpacking)
Minor changes following the packets changes


Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Sun Oct 17 12:28:38 2004 UTC (20 years, 1 month ago) by kusanagi
Branch: MAIN
Changes since 2.0: +20 -18 lines
Diff to previous 2.0 , to selected 3.0
*** empty log message ***


Revision 2.0 - (view) (download) (annotate) - [select for diffs]
Tue Sep 21 20:50:54 2004 UTC (20 years, 2 months ago) by kusanagi
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 , to selected 3.0
Major release


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Sep 21 20:24:33 2004 UTC (20 years, 2 months ago) by kusanagi
Branch: MAIN
Changes since 1.5: +11 -16 lines
Diff to previous 1.5 , to selected 3.0
Commit toward log4cxx plus new packets types Reader


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 24 16:01:57 2004 UTC (20 years, 3 months ago) by kusanagi
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 , to selected 3.0
substituted some free() instructions changing them with the more proper delete []


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Aug 19 15:24:46 2004 UTC (20 years, 3 months ago) by kusanagi
Branch: MAIN
Changes since 1.3: +19 -6 lines
Diff to previous 1.3 , to selected 3.0
*** empty log message ***


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Jul 17 20:03:38 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
Changes since 1.2: +56 -43 lines
Diff to previous 1.2 , to selected 3.0
*** empty log message ***


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 13:31:18 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +30 -30 lines
Diff to previous 1.1 , to selected 3.0
*** empty log message ***


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 12:31:55 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
Diff to selected 3.0
*** empty log message ***


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.23