fillFromManaged method

void fillFromManaged(
  1. RawChanel chanel
)

Implementation

void fillFromManaged(RawChanel chanel) {
  left_bipolar = chanel.leftBipolar;
  right_bipolar = chanel.rightBipolar;
}