00001 // /// // 00002 // ///// //// 00003 // /// XXX XXX /// 00004 // /// XXX XXX /// $RCSfile: mxcpcValueRange.h,v $ 00005 // /// XXX /// $Revision: 1.2 $ 00006 // /// XXX XXX /// $Date: 2005/08/09 13:57:26 $ 00007 // //// XXX XXX //// $Author: cvs-steve $ 00008 // //// //// 00009 // //// M O B O T I X //////////////////////////////////////////////// 00010 // //// Security Vision Systems /////////////////////////////////////////////// 00011 00012 // Copyright (c) 2005, MOBOTIX AG. 00013 // This software is made available under the BSD licence. Please refer 00014 // to the file LICENCE.TXT contained in this distribution for details. 00015 00016 00017 #ifndef __MXCPC_VALUERANGE_H__ 00018 #define __MXCPC_VALUERANGE_H__ 00019 00020 00021 00024 00027 class mxcpcValueRange { 00028 00029 private: 00030 int Min, 00031 Max; 00032 bool IsFresh; 00033 00034 public: 00035 mxcpcValueRange(); 00036 00037 public: 00040 void feedValue(int value); 00042 void dumpRange(void); 00043 }; 00044 00045 00046 00047 #endif // __MXCPC_VALUERANGE_H__