mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
26 lines
675 B
Java
26 lines
675 B
Java
package bl;
|
|
|
|
import G.GComponentCq;
|
|
import com.efiAnalytics.plugin.ecu.OutputChannelClient;
|
|
|
|
class OutputChannelClient implements GComponentCq {
|
|
private OutputChannelClient b = null;
|
|
|
|
b(a parama, OutputChannelClient paramOutputChannelClient) {
|
|
this.b = paramOutputChannelClient;
|
|
}
|
|
|
|
public void setCurrentOutputChannelValue(String paramString, double paramDouble) {
|
|
a().setCurrentOutputChannelValue(paramString, paramDouble);
|
|
}
|
|
|
|
public OutputChannelClient a() {
|
|
return this.b;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bl/b.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |