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

DC_OutOfRangeProfile.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_OutOfRangeProfile.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_OutOfRangeProfileH 00015 #define DC_OutOfRangeProfileH 00016 00017 #include "../GeneralInclude/ForwardDeclarations.h" 00018 #include "../GeneralInclude/BasicTypes.h" 00019 #include "RangeProfile.h" 00020 00031 class DC_OutOfRangeProfile: public RangeProfile { 00032 00033 protected: 00034 00047 virtual bool doProfileCheck(TD_Float value); 00048 00049 public: 00050 00055 DC_OutOfRangeProfile(void); 00056 00057 }; 00058 00059 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved