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

DC_SampleMonitoringProfile Class Reference

#include <DC_SampleMonitoringProfile.h>

Inheritance diagram for DC_SampleMonitoringProfile:

MonitoringProfile CC_RootObject List of all members.

Detailed Description

Sample application-specific monitoring profile.

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.

Todo:
Modify the generator meta-component generateMonitoringProfile to generate the code that sets the class identifier and to treat the default attributes in the custom monitoring profile description.
Author:
Automatically Generated Class
Version:
1.0

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.


Member Function Documentation

bool DC_SampleMonitoringProfile::doProfileCheck TD_Integer  value  )  [virtual]
 

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).

Returns:
always return false

Implements MonitoringProfile.

Definition at line 23 of file DC_SampleMonitoringProfile.cpp.

bool DC_SampleMonitoringProfile::doProfileCheck TD_Float  value  )  [virtual]
 

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).

Returns:
always return false

Implements MonitoringProfile.

Definition at line 18 of file DC_SampleMonitoringProfile.cpp.


The documentation for this class was generated from the following files:
Copyright 2003 P&P Software GmbH - All Rights Reserved