devices.7.139.49.source-code.MARTE2_SIMULINK_FLUXMAPSetup Maven / Gradle / Ivy
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author mdsplus
*/
public class MARTE2_SIMULINK_FLUXMAPSetup extends DeviceSetup {
/**
* Creates new form MARTE2_SIMULINK_FLUXMAPSetup
*/
public MARTE2_SIMULINK_FLUXMAPSetup() {
initComponents();
}
/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings("unchecked")
// //GEN-BEGIN:initComponents
private void initComponents() {
deviceButtons1 = new DeviceButtons();
jTabbedPane1 = new javax.swing.JTabbedPane();
deviceInputs1 = new DeviceInputs();
deviceOutputs1 = new DeviceOutputs();
deviceParameters1 = new DeviceParameters();
jPanel1 = new javax.swing.JPanel();
deviceField1 = new DeviceField();
setDeviceProvider("spilds:8100");
setDeviceTitle("Fluxmap");
setDeviceType("MARTE2_SIMULINK_FLUXMAP");
setHeight(400);
setUpdateEvent("");
setWidth(500);
getContentPane().add(deviceButtons1, java.awt.BorderLayout.PAGE_END);
deviceInputs1.setOffsetNid(50);
jTabbedPane1.addTab("Inputs", deviceInputs1);
deviceOutputs1.setOffsetNid(171);
jTabbedPane1.addTab("Outputs", deviceOutputs1);
deviceParameters1.setNumParameters(10);
deviceParameters1.setOffsetNid(4);
deviceParameters1.setParameterOffset(5);
jTabbedPane1.addTab("Parameters", deviceParameters1);
getContentPane().add(jTabbedPane1, java.awt.BorderLayout.CENTER);
deviceField1.setIdentifier("");
deviceField1.setOffsetNid(3);
jPanel1.add(deviceField1);
getContentPane().add(jPanel1, java.awt.BorderLayout.PAGE_START);
}// //GEN-END:initComponents
// Variables declaration - do not modify//GEN-BEGIN:variables
private DeviceButtons deviceButtons1;
private DeviceField deviceField1;
private DeviceInputs deviceInputs1;
private DeviceOutputs deviceOutputs1;
private DeviceParameters deviceParameters1;
private javax.swing.JPanel jPanel1;
private javax.swing.JTabbedPane jTabbedPane1;
// End of variables declaration//GEN-END:variables
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy