#include <rmConfig.h>
Public Attributes | |
rmThresholdConfiguration | config |
long | refCnt |
int | status |
Member refCnt tells how many times this config entry is being used by other entities, such as a GenericConfig. (a ThresholdConfig can be used by many GenericConfig entries.) A ThresholdConfig can only be modified when (refCnt == 0). Once it is referenced by a GenericConfig, 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 68 of file rmConfig.h.
|
|
Definition at line 72 of file rmConfig.h. Referenced by rmThresholdMonitorConfig::getInteger32, rmThresholdMonitorConfig::setInteger32, rmThresholdMonitorConfig::setUnsigned, and rmThresholdMonitorConfig::setUnsigned64. |
|
Definition at line 73 of file rmConfig.h. Referenced by rmThresholdMonitorConfig::getInteger32, rmMonitor::init, and rmGenericMonitorConfig::setUnsigned. |