Public Methods |
| | RMmonitor (const rmMonitorConfiguration &config, rmMonitorControl *control) |
| | if this constructor fails to create a monitor, it throws an exception -
See also:
-
rmCreateMonitor.
More...
|
| | RMmonitor (const rmUID MonitorId) |
| | if this constructor fails to access a monitor, it throws an exception -
See also:
-
rmAccessMonitor.
More...
|
| | RMmonitor (const rmSessionHandle session, const rmMonitorConfiguration &config, rmMonitorControl *control) |
| | if this constructor fails to create a monitor, it throws an exception -
See also:
-
rmCreateConsumerSession, rmCreateMonitor.
More...
|
| | RMmonitor (const rmSessionHandle session, const rmUID MonitorId) |
| | if this constructor fails to access a monitor, it throws an exception -
See also:
-
rmCreateConsumerSession, rmAccessMonitor.
More...
|
| | ~RMmonitor () |
| | monitors are not deleted in this destructor unless RMmonitor::OnDestructionDeleteMonitor has been called. -
See also:
-
rmDeleteMonitor.
More...
|
| void | OnDestructionDeleteMonitor () |
| | delete a monitor in the destructor of this class. -
See also:
-
rmDeleteMonitor.
More...
|
| int | GetMonitorControl (rmMonitorControl *control) const |
| | -
See also:
-
rmGetMonitorControl.
More...
|
| int | SetMonitorControl (const rmMonitorControl &control) |
| | -
See also:
-
rmSetMonitorControl.
More...
|
| int | GetMonitorConfiguration (rmMonitorConfiguration *config) const |
| | -
See also:
-
rmGetMonitorConfiguration.
More...
|
| int | SetMonitorConfiguration (const rmMonitorConfiguration &config) |
| | -
See also:
-
rmSetMonitorConfiguration.
More...
|
| int | GetMonitorState (rmMonitorState *state) const |
| | -
See also:
-
rmGetMonitorState.
More...
|
| int | GetMonitorInfo (rmMonitorInfo *buffer) const |
| | -
See also:
-
rmGetMonitorInfo.
More...
|
| rmString | GetMonitorDescription (const rmDescriptions which) const |
| | -
See also:
-
rmGetMonitorDescription.
More...
|
| int | SetMonitorDescription (const rmDescriptions which, const rmString description) |
| | -
See also:
-
rmSetMonitorDescription.
More...
|
| int | StartMonitor () |
| | -
See also:
-
rmStartMonitor.
More...
|
| int | StopMonitor () |
| | -
See also:
-
rmStopMonitor.
More...
|
| int | ResetMonitor () |
| | -
See also:
-
rmResetMonitor.
More...
|
| int | PauseNotification () |
| | -
See also:
-
rmPauseNotification.
More...
|
| int | ResetNotification () |
| | -
See also:
-
rmResetNotification.
More...
|
Private Attributes |
| rmHandle | m_MonitorHandle |
| bool | m_deleteInDestructor |
The member functions of this class provide the same functionality as the corresponding rmXxxxYyyy() functions.