コード例 #1
0
ファイル: PwmGun.cs プロジェクト: WenceyWang/RobotPilots
 public PwmGun(XElement element) : base(element)
 {
     DutyRatioSpeedTable = new LinearInterpolationLookupTable( );
 }
コード例 #2
0
ファイル: PwmGun.cs プロジェクト: WenceyWang/RobotPilots
 public PwmGun(byte id, GunSize size) : base(id, size)
 {
     DutyRatioSpeedTable = new LinearInterpolationLookupTable( );
 }