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

DC_SampleMonitoringProfile.cpp

00001 00002 // 00003 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00004 // 00005 // DC_SampleMonitoringProfile.cpp 00006 // 00007 // This file was automatically generated by an XSL program 00008 00009 #include "../GeneralInclude/CompilerSwitches.h" 00010 #include "../GeneralInclude/Constants.h" 00011 #include "../FDIR/MonitoringProfile.h" 00012 #include "../FDIR/DC_SampleMonitoringProfile.h" 00013 00014 DC_SampleMonitoringProfile::DC_SampleMonitoringProfile(void) { 00015 // insert application-specific code here 00016 } 00017 00018 bool DC_SampleMonitoringProfile::doProfileCheck(TD_Float value) { 00019 // insert application-specific code here 00020 return false; 00021 } 00022 00023 bool DC_SampleMonitoringProfile::doProfileCheck(TD_Integer value) { 00024 // insert application-specific code here 00025 return false; 00026 } 00027
Copyright 2003 P&P Software GmbH - All Rights Reserved