mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
- Introduced TuningViewWindow for managing tuning view windows. - Implemented BurnButtonActionListener to handle burn button actions. - Created BurnButtonDelayThread to manage delay in burn actions. - Added BurnButtonInitializer for initializing burn button components. - Developed BurnButtonMouseAdapter to manage mouse interactions on burn buttons. - Implemented BurnButtonStateListener to manage burn button state changes. - Created CrossHairActionListener for handling crosshair actions. - Added CrossHairChannelListener to manage channel value updates. - Developed CrossHairPopupListener for managing crosshair popup actions. - Implemented SettingsPanelPopupListener for handling settings panel popups. - Created SettingsPanelSelectionListener for managing selection changes in settings. - Added TablePropertiesHandler for managing table properties. - Introduced CrcCheckActionListener for CRC check actions. - Implemented TimeSlipApplyListener for applying time slip settings. - Created TimeSlipCancelListener for canceling time slip actions. - Developed TimeSlipDialog for managing time slip dialog interactions. - Added TimeSlipFieldFocusListener to manage focus events on time slip fields. - Implemented TimeSlipPanel for displaying and managing time slip data. - Created CylPressureSenderThread for sending cylinder pressure data. - Developed MultiCylPressureSenderThread for managing multiple cylinder pressure data transmissions.
45 lines
1.3 KiB
Java
45 lines
1.3 KiB
Java
package com.efiAnalytics.simulators;
|
|
|
|
import bH.D;
|
|
import java.io.IOException;
|
|
import java.net.DatagramPacket;
|
|
import java.util.logging.Level;
|
|
import java.util.logging.Logger;
|
|
|
|
class CylPressureSenderThread extends Thread {
|
|
boolean a = true;
|
|
|
|
int b = 2000;
|
|
|
|
a(UdpCylPressureSimulator paramUdpCylPressureSimulator) {}
|
|
|
|
public void run() {
|
|
while (this.a) {
|
|
int i = 120000 / this.b;
|
|
try {
|
|
UdpCylPressureSimulator.a(this.c);
|
|
this.c.d = new DatagramPacket(this.c.f, this.c.f.length, this.c.c, this.c.b);
|
|
UdpCylPressureSimulator.b(this.c).send(this.c.d);
|
|
D.c("Send Cyl Pressure Data");
|
|
} catch (IOException iOException) {
|
|
Logger.getLogger(UdpCylPressureSimulator.class.getName()).log(Level.SEVERE, (String)null, iOException);
|
|
}
|
|
try {
|
|
sleep(i);
|
|
} catch (InterruptedException interruptedException) {
|
|
Logger.getLogger(UdpCylPressureSimulator.class.getName()).log(Level.SEVERE, (String)null, interruptedException);
|
|
}
|
|
}
|
|
}
|
|
|
|
public synchronized void a() {
|
|
this.a = false;
|
|
notify();
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/simulators/a.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |