Method: PCPEasy::PMAPI::PmUnits#initialize
- Defined in:
- lib/pcp_easy/pmapi/pm_units.rb
#initialize(pm_units) ⇒ PmUnits
Decodes a 32bit integer into the correct fields of pmUnits. This implementation assumes little-endian encoding
8 9 10 |
# File 'lib/pcp_easy/pmapi/pm_units.rb', line 8 def initialize(pm_units) @pm_units = pm_units end |