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

A null monitoring profile always reports "no deviation from profile". This profile is typically useful as a placeholder where a component of type MonitoringProfile is needed to complete the configuration of a component but where there is no need to perform any profile monitoring check. It is similarly useful where a variable must formally be subjected to profile monitoring but its value in fact not subject to any limitation.
Definition at line 33 of file DC_NullProfile.h.
Public Member Functions | |
| DC_NullProfile (void) | |
| Instantiate a null monitoring profile. | |
Protected Member Functions | |
| virtual bool | doProfileCheck (TD_Integer value) |
| Always return "no deviation from profile". | |
| virtual bool | doProfileCheck (TD_Float value) |
| Always return "no deviation from profile". | |
|
|
Instantiate a null monitoring profile. The class identifier is set. Definition at line 15 of file DC_NullProfile.cpp. |
|
|
Always return "no deviation from profile".
Implements MonitoringProfile. Definition at line 19 of file DC_NullProfile.cpp. |
|
|
Always return "no deviation from profile".
Implements MonitoringProfile. Definition at line 23 of file DC_NullProfile.cpp. |