Index: /trunk/BNC/bncmodel.h
===================================================================
--- /trunk/BNC/bncmodel.h	(revision 2594)
+++ /trunk/BNC/bncmodel.h	(revision 2595)
@@ -95,4 +95,10 @@
                 const ColumnVector& rRec);
 
+  class pppPos {
+   public:
+    bncTime time;
+    double  xyz[3];
+  };
+
   bncTime               _time;
   QByteArray            _staID;
@@ -110,4 +116,13 @@
   QMap<QString, double> _windUpTime;
   QMap<QString, double> _windUpSum;
+
+//Perlt Anfang
+  double           _tRangeAverage;
+  QVector<pppPos*> _posAverage;
+  double           _xyzAverage[6];
+  double           _xyzAverageSqr[6];
+  int              _xyzAverageN;
+//Perlt Ende 
+
 };
 
