Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

ThresholdControl Struct Reference

#include <rmControl.h>

List of all members.

Public Attributes

rmThresholdControl control
long refCnt
int status


Detailed Description

ThresholdControl is a new representation of rmThresholdControl. It basically contains a rmThresholdControl. plus some other information that will be used to construct ThresholdControl table.

Member refCnt tells how many times this control entry is being used by other entities, such as a GenericControl. (a ThresholdControl can be used by many GenericControl entries.) A ThresholdControl can only be modified when (refCnt == 0). Once it is referenced by a GenericControl, it is read-only.

Member status tells if the config entry is ready to be used by other entities or not. Only those with "ACTIVE" status can be used to create GenericConfig.

Definition at line 58 of file rmControl.h.


Member Data Documentation

rmThresholdControl ThresholdControl::control
 

Definition at line 60 of file rmControl.h.

Referenced by rmThresholdMonitorControl::getUnsigned, rmThresholdMonitorControl::getUnsigned64, rmMonitor::init, rmThresholdMonitorControl::setUnsigned, rmGenericMonitorControl::setUnsigned, and rmThresholdMonitorControl::setUnsigned64.

long ThresholdControl::refCnt
 

Definition at line 61 of file rmControl.h.

Referenced by rmThresholdMonitorControl::getInteger32, rmThresholdMonitorControl::setInteger32, rmThresholdMonitorControl::setUnsigned, and rmThresholdMonitorControl::setUnsigned64.

int ThresholdControl::status
 

Definition at line 62 of file rmControl.h.

Referenced by rmThresholdMonitorControl::getInteger32, rmMonitor::init, and rmGenericMonitorControl::setUnsigned.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 10 16:46:35 2002 for ResourceMonitorSNMPSubagent by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002