#include <DC_SampleMonitoringProfile.h>
Inheritance diagram for DC_SampleMonitoringProfile:

This is a stub class. It provides dummy implementations for some of the virtual methods of its superclass. This class was automatically generated by an XSL program that processes the XML-based target application model. The XSL program searches the searches the application model for all "MonitoringProfile" elements which have a "Custom" subelement that indicates that a custom recovery action class must be created. For each such element a class header file is created. The base class of the generated class is assumed to be the class in the "type" attribute of the MonitoringProfile element. The information in the application model is used to decide which virtual methods should be overridden.
Definition at line 35 of file DC_SampleMonitoringProfile.h.
Public Member Functions | |
| DC_SampleMonitoringProfile (void) | |
| Stub constructor that returns without taking any action. | |
| virtual bool | doProfileCheck (TD_Float value) |
| This is a stub method that must be completed by the application developer. | |
| virtual bool | doProfileCheck (TD_Integer value) |
| This is a stub method that must be completed by the application developer. | |
|
|
This is a stub method that must be completed by the application developer. This stub provides a default implementation that always returns false (no deviation from profile).
Implements MonitoringProfile. Definition at line 23 of file DC_SampleMonitoringProfile.cpp. |
|
|
This is a stub method that must be completed by the application developer. This stub provides a default implementation that always returns false (no deviation from profile).
Implements MonitoringProfile. Definition at line 18 of file DC_SampleMonitoringProfile.cpp. |