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

DC_SampleMonitoringProfile.h

00001 00002 // 00003 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00004 // 00005 // DC_SampleMonitoringProfile.h 00006 // 00007 // This file was automatically generated by an XSL program 00008 00009 #ifndef DC_SampleMonitoringProfileH 00010 #define DC_SampleMonitoringProfileH 00011 00012 #include "../GeneralInclude/ForwardDeclarations.h" 00013 #include "../GeneralInclude/BasicTypes.h" 00014 #include "../FDIR/MonitoringProfile.h" 00015 00035 class DC_SampleMonitoringProfile : public MonitoringProfile { 00036 00037 public: 00038 00042 DC_SampleMonitoringProfile(void); 00043 00050 virtual bool doProfileCheck(TD_Float value); 00051 00058 virtual bool doProfileCheck(TD_Integer value); 00059 }; 00060 00061 #endif 00062
Copyright 2003 P&P Software GmbH - All Rights Reserved