Changeset 536 for trunk/src/SDMath.h


Ignore:
Timestamp:
03/08/05 11:36:26 (19 years ago)
Author:
kil064
Message:

add 'TINTSYS' weighting to averageTime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.h

    r532 r536  
    136136// Weighting type for time averaging
    137137
    138   enum WeightType {NONE,VAR,TSYS,TINT};
     138  enum WeightType {NONE=0,VAR,TSYS,TINT,TINTSYS,nWeightTypes};
    139139
    140140// Function to use accumulate data during time averaging
Note: See TracChangeset for help on using the changeset viewer.