arm4::ArmMetricNumericId64 Class Reference
[ARM 4.0 Metric Numeric IDs]
Implements a 64-bit integer numeric ID. More...
Inheritance diagram for arm4::ArmMetricNumericId64:
Public Member Functions | |
ArmMetricNumericId64 (const ArmMetricNumericId64Definition &definition) | |
Constructs a new metric instance. | |
int64_t | get () const |
Gets the numeric ID value. | |
int32_t | set (int64_t value) |
Sets the numeric ID value. |
Detailed Description
Implements a 64-bit integer numeric ID.
It is the same as ARM 2.0 metric type=8 (ARM_NumericID64
).
Constructor & Destructor Documentation
arm4::ArmMetricNumericId64::ArmMetricNumericId64 | ( | const ArmMetricNumericId64Definition & | definition | ) | [inline] |
Constructs a new metric instance.
- Parameters:
-
definition the metadata describing this metric.
Member Function Documentation
int64_t arm4::ArmMetricNumericId64::get | ( | ) | const [inline] |
Gets the numeric ID value.
- Returns:
- the numeric ID value.
int32_t arm4::ArmMetricNumericId64::set | ( | int64_t | value | ) | [inline] |
Sets the numeric ID value.
- Parameters:
-
value new numeric ID value.
- Returns:
- 0 on sucess; otherwise, a non-zero error code is returned (as specified in ArmInterface).
The documentation for this class was generated from the following file:
- Arm4/ArmMetricNumericId64