[root] / trunk / core / base / src / TVirtualMonitoring.cxx Repository:
ViewVC logotype

Log of /trunk/core/base/src/TVirtualMonitoring.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 22961 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by rdm
File length: 1328 byte(s)
Diff to previous 20877
move the directories:
  base clib cont meta metautils newdelete pcre rint thread unix utils
  winnt zip
under the new core meta directory.

Revision 20877 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:17:07 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/base/src/TVirtualMonitoring.cxx
File length: 1328 byte(s)
Diff to previous 20154
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 20154 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 1 14:20:05 2007 UTC (7 years, 3 months ago) by brun
Original Path: trunk/base/src/TVirtualMonitoring.cxx
File length: 1328 byte(s)
Diff to previous 19826
Extend the functionality of Double32_t as explained below:
   // The range specifier has the general format: [xmin,xmax] or [xmin,xmax,nbits]
   //  [0,1]
   //  [-10,100];
   //  [-pi,pi], [-pi/2,pi/4],[-2pi,2*pi]
   //  [-10,100,16]
   //  [0,0,8]
   // if nbits is not specified, or nbits <2 or nbits>32 it is set to 32
   // if (xmin==0 and xmax==0 and nbits <=16) the double word will be converted
   // to a float and its mantissa truncated to nbits significative bits.
   //
   // IMPORTANT NOTE
   // --------------
   // Lets assume an original variable double x:
   // When using the format [0,0,8] (ie range not specified) you get the best
   // relative precision when storing and reading back the truncated x, say xt.
   // The variance of (x-xt)/x will be better than when specifying a range
   // for the same number of bits. However the precision relative to the 
   // range (x-xt)/(xmax-xmin) will be worst, and vice-versa.
   // The format [0,0,8] is also interesting when the range of x is infinite
   // or unknown.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/src/TVirtualMonitoring.cxx
File length: 1329 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/src/TVirtualMonitoring.cxx
File length: 1329 byte(s)
Diff to previous 15186
remove :$ from tag line

Revision 15186 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri May 26 16:55:05 2006 UTC (8 years, 8 months ago) by rdm
Original Path: trunk/base/src/TVirtualMonitoring.cxx
File length: 1337 byte(s)
From Andreas Peters:
- new virtual monitoring interface which will the base class for the
  MonaLisa plugin.
- new TAlienSystem class
- updated TAlien class

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9