#include <rmMonitor.h>
Public Attributes | |
long | controlId |
the GenericControl, -1 if not set. More... | |
long | configId |
the GenericConfig, -1 if not set. More... | |
long | infoId |
@deprecated. More... | |
uuid_t | uuid |
monitor uuid. More... | |
int | command |
defined in MonitorCommand. More... | |
posix_log_notify_t | nfHandle |
the event notification handle. More... |
A monitor is created using a rmMonitorControl and a rmMonitorConfiguration. To create a monitor, caller specifies the controlId, which represents an entry in GenericControl table first; then specifies the configId, which corresponding to an entry in GenericConfig table; then set the command to "CREATE_MONITOR".
Definition at line 29 of file rmMonitor.h.
|
defined in MonitorCommand.
Definition at line 36 of file rmMonitor.h. Referenced by rmMonitor::getInteger32, rmMonitor::init, and rmMonitor::setInteger32. |
|
the GenericConfig, -1 if not set.
Definition at line 32 of file rmMonitor.h. Referenced by rmMonitor::elementIsReady, rmMonitor::getUnsigned, rmMonitor::getUUID, rmMonitor::getUUIDString, rmMonitor::init, rmMonitor::setInteger32, and rmMonitor::setUnsigned. |
|
the GenericControl, -1 if not set.
Definition at line 31 of file rmMonitor.h. Referenced by rmMonitor::elementIsReady, rmMonitor::getInteger32, rmMonitor::getUnsigned, rmMonitor::init, rmMonitor::setInteger32, and rmMonitor::setUnsigned. |
|
@deprecated.
Definition at line 33 of file rmMonitor.h. |
|
the event notification handle.
Definition at line 37 of file rmMonitor.h. Referenced by rmMonitor::getInteger32, rmMonitor::init, and rmMonitor::setInteger32. |
|
monitor uuid.
Definition at line 34 of file rmMonitor.h. Referenced by rmMonitor::getInteger32, rmMonitor::getUnsigned, rmMonitor::getUnsigned64, rmMonitor::getUUID, rmMonitor::getUUIDString, rmMonitor::init, rmMonitor::setInteger32, and rmMonitor::setUnsigned. |