Counter Datatypes
OcaCounter
OcaCounterSet
-
struct OcaCounterSet
A set of Counters
-
OcaCounterSetID ID
Nonvolatile, unique identifier of this Counterset within this Device.
-
OcaList<OcaCounter> Counters
List of Counters in this Counterset.
-
OcaCounterSetID ID
OcaCounterSetID
OcaCounterNotifierFilterParameters
-
struct OcaCounterNotifierFilterParameters
Filter parameters for OcaCountersetNotifier.
-
OcaUint64 Threshold
Threshold comparison value. If Operator is zero, no threshold test is performed. See description of class OcaCounterNotifier.
-
OcaRelationalOperator Operator
Type of threshold comparison. See description of class OcaCounterNotifier.
-
OcaTimeInterval Period
Period for periodic updates, in seconds. Zero value means no periodic updates. See description of class OcaCounterNotifier.
-
OcaUint64 Threshold
OcaCounterUpdate
-
struct OcaCounterUpdate
Descriptor of a Counter update, used by OcaCounterNotifier, in its CounterUpdate() event and its GetLastUpdate() method.
-
OcaCounterSetID CounterSetID
Identifies Counterset within Device.
-
OcaCounterSetID CounterSetID