FieldComponent.fromOther constructor

FieldComponent.fromOther(
  1. FieldComponent other
)

Implementation

FieldComponent.fromOther(FieldComponent other)
  : fieldNum = other.fieldNum,
    accumulate = other.accumulate,
    bits = other.bits,
    scale = other.scale,
    offset = other.offset,
    type = other.type,
    accumulatedValue = other.accumulatedValue,
    lastValue = other.lastValue;