|
returns the value of the statistic this class was created with.
-
Parameters:
-
a_value
|
pointer the value container. |
a_timestamp
|
the current time the resource monitor is gathering statistics. If the subsystem obtains multiple statistics with a single set of system calls, these values can be cached by the subsystem. All calls to readValue() with the same a_timestamp value can return values from the same cache of statistics. When a_timestamp is 0, the subsystem can not use its cache. |
-
Returns:
-
errno value that is passed on to the client application.
-
See also:
-
ResourceMonitor::rmGetCurrentValue
|