#include <rmControl.h>
Public Attributes | |
rmThresholdControl | control |
long | refCnt |
int | status |
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.
|
Definition at line 60 of file rmControl.h. Referenced by rmThresholdMonitorControl::getUnsigned, rmThresholdMonitorControl::getUnsigned64, rmMonitor::init, rmThresholdMonitorControl::setUnsigned, rmGenericMonitorControl::setUnsigned, and rmThresholdMonitorControl::setUnsigned64. |
|
Definition at line 61 of file rmControl.h. Referenced by rmThresholdMonitorControl::getInteger32, rmThresholdMonitorControl::setInteger32, rmThresholdMonitorControl::setUnsigned, and rmThresholdMonitorControl::setUnsigned64. |
|
Definition at line 62 of file rmControl.h. Referenced by rmThresholdMonitorControl::getInteger32, rmMonitor::init, and rmGenericMonitorControl::setUnsigned. |