Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

DC_InRangeProfile.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_InRangeProfile.h 00005 // 00006 // Version 1.1 00007 // Date 16.01.03 (Version 1.0) 00008 // 01.10.03 (Version 1.1) 00009 // Author A. Pasetti (P&P Software), R. Totaro 00010 // 00011 // Change Record: 00012 // Version 1.1: replaced double and int with TD_Float and TD_Integer 00013 00014 #ifndef DC_InRangeProfileH 00015 #define DC_InRangeProfileH 00016 00017 #include "../GeneralInclude/ForwardDeclarations.h" 00018 #include "../GeneralInclude/BasicTypes.h" 00019 #include "RangeProfile.h" 00020 00030 class DC_InRangeProfile: public RangeProfile { 00031 00032 protected: 00033 00046 virtual bool doProfileCheck(TD_Float value); 00047 00048 public: 00049 00054 DC_InRangeProfile(void); 00055 00056 }; 00057 00058 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved