コード例 #1
0
 public void setMaster(PI_Controller master)
 {
     this.master = master;
 }
コード例 #2
0
 public void setPI(PI_Controller other)
 {
     p = other.P; i = other.I;
 }