Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class AlarmTable(val state: String, val text: AlarmColor, val background: AlarmColor, val font: String, val action: String, val enabled: SimpleBooleanProperty = SimpleBooleanProperty(true))
Link copied to clipboard
class AlertData(_class: ProtoDpId = ProtoDpId.getDefaultInstance(), _l_limit: Any = 0, _l_hyst_limit: Any = 0, _l_incl: Boolean = false, _u_limit: Any = 0, _u_hyst_limit: Any = 0, _u_incl: Boolean = false, _came_text: ProtoLangString = ProtoLangString.newBuilder().build(), _went_text: ProtoLangString = ProtoLangString.newBuilder().build(), _match: String = "", _neg: Boolean = false)
Link copied to clipboard
Link copied to clipboard
class ModbusProperty(val plcNames: ObservableList<String> = FXCollections.observableArrayList(), val plcValue: SimpleObjectProperty<String> = SimpleObjectProperty<String>(), val hostAndPortItems: ObservableList<String> = FXCollections.observableArrayList(), val hostAndPorts: ObjectProperty<String> = SimpleObjectProperty(), var onlyActiveDrive: SimpleBooleanProperty = SimpleBooleanProperty(false), var swapBites: SimpleBooleanProperty = SimpleBooleanProperty(false), val transactionTimeout: SimpleObjectProperty<Int> = SimpleObjectProperty(0), val unitAddress: SimpleObjectProperty<Int> = SimpleObjectProperty(0), val offset: SimpleObjectProperty<Int> = SimpleObjectProperty(0), val codingValue: SimpleObjectProperty<String> = SimpleObjectProperty<String>(), val registerBigEndian: SimpleObjectProperty<String> = SimpleObjectProperty<String>(), val connState: SimpleStringProperty = SimpleStringProperty(""), val error: SimpleStringProperty = SimpleStringProperty(""), val sentFrames: SimpleStringProperty = SimpleStringProperty(""), val rcvFrames: SimpleStringProperty = SimpleStringProperty(""), val rejFrames: SimpleStringProperty = SimpleStringProperty(""), var active: SimpleBooleanProperty = SimpleBooleanProperty(false), val setInvalidBit: SimpleBooleanProperty = SimpleBooleanProperty(false), val plcNumber: SimpleStringProperty = SimpleStringProperty(""))