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

DC_ForbiddenValueProfile.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_ForbiddenValueProfile.h 00005 // 00006 // Version 1.1 00007 // Date 04.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_ForbiddenValueProfileH 00015 #define DC_ForbiddenValueProfileH 00016 00017 #include "../GeneralInclude/ForwardDeclarations.h" 00018 #include "../GeneralInclude/BasicTypes.h" 00019 #include "MonitoringProfile.h" 00020 00036 class DC_ForbiddenValueProfile: public MonitoringProfile { 00037 00038 private: 00039 TD_Integer forbiddenValue; 00040 00041 protected: 00042 00055 virtual bool doProfileCheck(TD_Integer value); 00056 00067 virtual bool doProfileCheck(TD_Float value); 00068 00069 public: 00070 00075 DC_ForbiddenValueProfile(void); 00076 00083 void setForbiddenValue(TD_Integer forbiddenValue); 00084 00090 TD_Integer getForbiddenValue(void) const; 00091 00092 }; 00093 00094 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved