index
int64
repo_id
string
file_path
string
content
string
0
java-sources/at/ac/ait/lablink/clients/dpbridge/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/dpbridge/0.0.3/at/ac/ait/lablink/clients/dpbridge/DatapointBridge.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.dpbridge; import at.ac.ait.lablink.clients.dpbridge.Version; import at.ac.ait.lablink.core.connection.ILlConnection; import at.ac.ait.lablink.core.connection....
0
java-sources/at/ac/ait/lablink/clients/dpbridge/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/dpbridge/0.0.3/at/ac/ait/lablink/clients/dpbridge/DatapointBridgeClient.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.dpbridge; import org.apache.commons.cli.BasicParser; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.CommandLineParser; import org.ap...
0
java-sources/at/ac/ait/lablink/clients/dpbridge/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/dpbridge/0.0.3/at/ac/ait/lablink/clients/dpbridge/DatapointDataTypes.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.dpbridge; /** * Enum SocketDataTypes. */ public enum DatapointDataTypes { /** The datatype long. */ DATATYPE_LONG("long"), /** The datatype bool. */...
0
java-sources/at/ac/ait/lablink/clients/dpbridge/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/dpbridge/0.0.3/at/ac/ait/lablink/clients/dpbridge/DatapointSyncConsumer.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.dpbridge; import at.ac.ait.lablink.core.service.sync.ISyncParameter; import at.ac.ait.lablink.core.service.sync.consumer.ISyncConsumer; import org.apache.log...
0
java-sources/at/ac/ait/lablink/clients/dpbridge/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/dpbridge/0.0.3/at/ac/ait/lablink/clients/dpbridge/Utility.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.dpbridge; import at.ac.ait.lablink.clients.dpbridge.Version; /** * The Class Utility. */ public class Utility { /** The info product ASCII art. */ pub...
0
java-sources/at/ac/ait/lablink/clients/dpbridge/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/dpbridge/0.0.3/at/ac/ait/lablink/clients/dpbridge/Version.java
package at.ac.ait.lablink.clients.dpbridge; public final class Version { private static final String VERSION = "0.0.3"; private static final String GROUPID = "at.ac.ait.lablink.clients"; private static final String ARTIFACTID = "dpbridge"; private static final String REVISION = "${buildNumber}"; public sta...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/ConfigUtil.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim; import org.json.simple.JSONObject; import java.util.NoSuchElementException; /** * Collection of helper functions for client configuration. */ pub...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/DynamicFmuModelExchangeAsync.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim; import at.ac.ait.fmipp.imp.IncrementalFMU; import at.ac.ait.fmipp.imp.IntegratorType; import at.ac.ait.fmipp.imp.SWIGTYPE_p_double; import at.ac.ait.f...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/FixedStepFmuModelExchangeAsync.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim; import at.ac.ait.fmipp.imp.FMUModelExchangeV2; import at.ac.ait.fmipp.imp.IntegratorType; import at.ac.ait.fmipp.imp.fmiStatus; import at.ac.ait.labl...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/FmuSimBase.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim; import at.ac.ait.lablink.clients.fmusim.services.BooleanDataService; import at.ac.ait.lablink.clients.fmusim.services.BooleanInputDataNotifier; import...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/FmuUnzip.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutpu...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/IntegratorUtil.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim; import at.ac.ait.fmipp.imp.IntegratorType; /** * Collection of helper functions related to the FMI++ integrator. */ public class IntegratorUtil { ...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/SwigTypeUtil.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim; import at.ac.ait.fmipp.imp.SWIGTYPE_p_double; import at.ac.ait.fmipp.imp.SWIGTYPE_p_int; import at.ac.ait.fmipp.imp.SWIGTYPE_p_std__string; import at....
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/TestUtil.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; /** * Collection of helper functions for testing. */ public cl...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/services/BooleanDataService.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim.services; import at.ac.ait.lablink.core.service.LlServiceBoolean; /** * Class BooleanDataService. * * <p>Data service for FMU simulator input/out...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/services/BooleanInputDataNotifier.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim.services; import at.ac.ait.lablink.clients.fmusim.FmuSimBase; import at.ac.ait.lablink.core.service.IServiceStateChangeNotifier; import at.ac.ait.labl...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/services/DoubleDataService.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim.services; import at.ac.ait.lablink.core.service.LlServiceDouble; /** * Class DoubleDataService. * * <p>Data service for FMU simulator input/outpu...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/services/DoubleInputDataNotifier.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim.services; import at.ac.ait.lablink.clients.fmusim.FmuSimBase; import at.ac.ait.lablink.core.service.IServiceStateChangeNotifier; import at.ac.ait.labl...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/services/InputDataNotifierBase.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim.services; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; /** * Class InputDataNotifierBase. */ public class In...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/services/LongDataService.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim.services; import at.ac.ait.lablink.core.service.LlServiceLong; /** * Class LongDataService. * * <p>Data service for FMU simulator input/output da...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/services/LongInputDataNotifier.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim.services; import at.ac.ait.lablink.clients.fmusim.FmuSimBase; import at.ac.ait.lablink.core.service.IServiceStateChangeNotifier; import at.ac.ait.labl...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/services/StringDataService.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim.services; import at.ac.ait.lablink.core.service.LlServiceString; /** * Class StringDataService. * * <p>Data service for FMU simulator input/outpu...
0
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim
java-sources/at/ac/ait/lablink/clients/fmusim/0.0.4/at/ac/ait/lablink/clients/fmusim/services/StringInputDataNotifier.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.fmusim.services; import at.ac.ait.lablink.clients.fmusim.FmuSimBase; import at.ac.ait.lablink.core.service.IServiceStateChangeNotifier; import at.ac.ait.labl...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/BasicOpcUaClient.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient; import at.ac.ait.l...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/ConfigUtil.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient; import org.json.si...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/DataTypeUtil.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient; import static org....
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/HostnameUtil.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient; import static com....
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/KeyStoreLoader.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient; import org.apache....
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/OpcUaClientBase.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient; import at.ac.ait.l...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/OpcUaClientRunner.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient; import static org....
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/TestUtil.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient; import java.io.IOE...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/listeners/DataChangeListenerBoolean.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.listeners; import a...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/listeners/DataChangeListenerDouble.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.listeners; import a...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/listeners/DataChangeListenerLong.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.listeners; import a...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/listeners/DataChangeListenerString.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.listeners; import a...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/listeners/IDataChangeListener.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.listeners; import a...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/notifiers/InputDataNotifierBoolean.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.notifiers; import c...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/notifiers/InputDataNotifierDouble.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.notifiers; import c...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/notifiers/InputDataNotifierLong.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.notifiers; import c...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/notifiers/InputDataNotifierString.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.notifiers; import c...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/services/DataServiceBoolean.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.services; import at...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/services/DataServiceDouble.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.services; import at...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/services/DataServiceLong.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.services; import at...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/services/DataServiceString.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.services; import at...
0
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient
java-sources/at/ac/ait/lablink/clients/opcuaclient/0.0.3/at/ac/ait/lablink/clients/opcuaclient/services/EDataServiceType.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at: https://www.eclipse.org/legal/epl-2.0/ // package at.ac.ait.lablink.clients.opcuaclient.services; /** * En...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter/LablinkPlotLive.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // //////////////////////////////////////////////////////////////////////////////////////////// // Class LablinkPlotLive is a modified version of PtPlots's class PlotLive, for details see: // http...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter/PlotterAsync.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.plotter; import at.ac.ait.lablink.core.client.ci.mqtt.impl.MqttCommInterfaceUtility; import at.ac.ait.lablink.core.client.ex.ClientNotReadyException; import a...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter/PlotterBase.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.plotter; import at.ac.ait.lablink.clients.plotter.services.DoubleInputData; import at.ac.ait.lablink.clients.plotter.services.DoubleInputDataNotifier; import ...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter/PlotterSync.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.plotter; import at.ac.ait.lablink.clients.plotter.services.PlotterSyncConsumer; import at.ac.ait.lablink.core.client.ci.mqtt.impl.MqttCommInterfaceUtility; i...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter/services/DoubleInputData.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.plotter.services; import at.ac.ait.lablink.core.service.LlServiceDouble; /** * Class DoubleInputData. * * <p>Data service for plotter input data of type...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter/services/DoubleInputDataNotifier.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.plotter.services; import at.ac.ait.lablink.clients.plotter.PlotterBase; import at.ac.ait.lablink.core.service.IServiceStateChangeNotifier; import at.ac.ait.l...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter/services/InputDataFileWriterBase.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.plotter.services; import org.apache.commons.csv.CSVFormat; import org.apache.commons.csv.CSVPrinter; import java.io.File; import java.io.FileWriter; import ...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter/services/LongInputData.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.plotter.services; import at.ac.ait.lablink.core.service.LlServiceLong; /** * Class LongInputData. * * <p>Data service for plotter input data of type lon...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter/services/LongInputDataNotifier.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.plotter.services; import at.ac.ait.lablink.clients.plotter.PlotterBase; import at.ac.ait.lablink.core.service.IServiceStateChangeNotifier; import at.ac.ait.l...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/at/ac/ait/lablink/clients/plotter/services/PlotterSyncConsumer.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.plotter.services; import at.ac.ait.lablink.clients.plotter.PlotterSync; import at.ac.ait.lablink.core.service.sync.ISyncParameter; import at.ac.ait.lablink.c...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/gui/CloseListener.java
/* An interface for listeners that need to be informed when a window closes. Copyright (c) 1998-2005 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/gui/ComponentDialog.java
/* A top-level dialog window containing an arbitrary component. Copyright (c) 1998-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its document...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/gui/EditableParametersDialog.java
/* A marker interface for the ptolemy.actor.gui.EditParametersDialog. Copyright (c) 2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documen...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/gui/ImageExportable.java
/* Interface indicating support for exporting an image. Copyright (c) 2011-2013 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation fo...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/gui/JFileChooserBugFix.java
/* Utilities for managing the background color. Copyright (c) 2009-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any pu...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/gui/Query.java
/* Query dialog. Copyright (c) 1998-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided that the above ...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/gui/QueryChooser.java
/* Copyright (c) 2008-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided that the above copyright not...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/gui/QueryListener.java
/* One line description of file. Copyright (c) 1999-2013 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/gui/SettableQueryChooser.java
/* Copyright (c) 2008-2009 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided that the above copyright not...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/gui/UndoListener.java
/* UndoListener helper Copyright (c) 2008-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided that the ...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/plot/EPSGraphics.java
/* Graphics class supporting EPS export from plots. Copyright (c) 1998-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for an...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/plot/Plot.java
/* A signal plotter. @Copyright (c) 1997-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided that the ...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/plot/PlotApplet.java
/* Appletable Plotter @Author: Edward A. Lee and Christopher Hylands @Version: $Id: PlotApplet.java 70402 2014-10-23 00:52:20Z cxh $ @Copyright (c) 1997-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/plot/PlotBox.java
/* A labeled box for signal plots. @Copyright (c) 1997-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, prov...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/plot/PlotBoxInterface.java
/* Copyright (c) 2011-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided that the above copyright noti...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/plot/PlotFormatter.java
/* A panel for controlling the format of a plotter. Copyright (c) 1998-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for an...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/plot/PlotFrame.java
/* Top-level window containing a plotter. Copyright (c) 1998-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose,...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/plot/PlotInterface.java
/* Copyright (c) 2011-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided that the above copyright noti...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/plot/PlotPoint.java
/* A point in a plot. @Copyright (c) 1997-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided that the...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/util/CancelException.java
/* An exception that is not reported to the user. Copyright (c) 2003-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any ...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/util/ClassUtilities.java
/* Utilities used to manipulate classes Copyright (c) 2003-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, p...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/util/FileUtilities.java
/* Utilities used to manipulate files Copyright (c) 2004-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, pro...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/util/MessageHandler.java
/* Base class for displaying exceptions, warnings, and messages. Copyright (c) 2003-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documen...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/util/RunnableExceptionCatcher.java
/* A wrapper class that delegates exceptions caused by a Runnable to the MessageHandler Copyright (c) 2008-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this s...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/util/SimpleMessageHandler.java
/* A simple message handler that throws exceptions. Copyright (c) 2012-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for an...
0
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy
java-sources/at/ac/ait/lablink/clients/plotter/0.0.4/ptolemy/util/StringUtilities.java
/* Utilities used to manipulate strings. Copyright (c) 2002-2014 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, ...
0
java-sources/at/ac/ait/lablink/clients/redisclient/0.0.2/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/redisclient/0.0.2/at/ac/ait/lablink/clients/redisclient/RedisClient.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.redisclient; import at.ac.ait.lablink.core.client.ci.mqtt.impl.MqttCommInterfaceUtility; import at.ac.ait.lablink.core.client.ex.ClientNotReadyException; impo...
0
java-sources/at/ac/ait/lablink/clients/redisclient/0.0.2/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/redisclient/0.0.2/at/ac/ait/lablink/clients/redisclient/RedisClientBasic.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.redisclient; import at.ac.ait.lablink.core.client.ci.mqtt.impl.MqttCommInterfaceUtility; import at.ac.ait.lablink.core.client.ex.ClientNotReadyException; impo...
0
java-sources/at/ac/ait/lablink/clients/redisclient/0.0.2/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/redisclient/0.0.2/at/ac/ait/lablink/clients/redisclient/RedisOpalClient.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.redisclient; import at.ac.ait.lablink.clients.redisclient.RedisOpalConfig; import at.ac.ait.lablink.core.client.ci.mqtt.impl.MqttCommInterfaceUtility; import...
0
java-sources/at/ac/ait/lablink/clients/redisclient/0.0.2/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/redisclient/0.0.2/at/ac/ait/lablink/clients/redisclient/RedisOpalConfig.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.redisclient; import at.ac.ait.lablink.core.utility.Utility; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.parse...
0
java-sources/at/ac/ait/lablink/clients/sync/0.0.2/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/sync/0.0.2/at/ac/ait/lablink/clients/sync/SimpleSyncHost.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.sync; import at.ac.ait.lablink.core.connection.ILlConnection; import at.ac.ait.lablink.core.service.sync.impl.SyncHostServiceImpl; import org.apache.commons....
0
java-sources/at/ac/ait/lablink/clients/sync/0.0.2/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/sync/0.0.2/at/ac/ait/lablink/clients/sync/SyncHostBase.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.sync; import at.ac.ait.lablink.core.connection.ILlConnection; import at.ac.ait.lablink.core.connection.impl.LlConnectionFactory; import at.ac.ait.lablink.core...
0
java-sources/at/ac/ait/lablink/clients/sync/0.0.2/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/sync/0.0.2/at/ac/ait/lablink/clients/sync/SyncHostRemoteControl.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.sync; import at.ac.ait.lablink.core.connection.ILlConnection; import at.ac.ait.lablink.core.connection.encoding.encodables.Header; import at.ac.ait.lablink.co...
0
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient/UniversalApiClient.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.universalapiclient; import at.ac.ait.lablink.clients.universalapiclient.handlers.ChannelDescriptionHandler; import at.ac.ait.lablink.clients.universalapiclien...
0
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient/handlers/ChannelDescriptionHandler.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.universalapiclient.handlers; import at.ac.ait.lablink.clients.universalapiclient.UniversalApiClient; import com.fasterxml.jackson.annotation.JsonInclude.Incl...
0
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient/handlers/ChannelHandler.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.universalapiclient.handlers; import at.ac.ait.lablink.clients.universalapiclient.UniversalApiClient; import at.ac.ait.lablink.clients.universalapiclient.unive...
0
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient/handlers/InfoHandler.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.universalapiclient.handlers; import at.ac.ait.lablink.clients.universalapiclient.UniversalApiClient; import com.fasterxml.jackson.databind.ObjectMapper; imp...
0
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient/handlers/StatusHandler.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.universalapiclient.handlers; import at.ac.ait.lablink.clients.universalapiclient.UniversalApiClient; import com.fasterxml.jackson.databind.ObjectMapper; imp...
0
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient/services/DataServiceBoolean.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.universalapiclient.services; import at.ac.ait.lablink.core.service.LlServiceBoolean; import org.apache.logging.log4j.LogManager; import org.apache.logging.lo...
0
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient/services/DataServiceComplex.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.universalapiclient.services; import at.ac.ait.lablink.core.service.LlServiceComplex; import at.ac.ait.lablink.core.service.types.Complex; import org.apache.l...
0
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient/services/DataServiceDouble.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.universalapiclient.services; import at.ac.ait.lablink.core.service.LlServiceDouble; import org.apache.logging.log4j.LogManager; import org.apache.logging.log...
0
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient/services/DataServiceLong.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.universalapiclient.services; import at.ac.ait.lablink.core.service.LlServiceLong; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j...
0
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient/services/DataServiceString.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.universalapiclient.services; import at.ac.ait.lablink.core.service.LlServiceString; import org.apache.logging.log4j.LogManager; import org.apache.logging.log...
0
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient/services/EventDataNotifier.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.universalapiclient.services; import at.ac.ait.lablink.clients.universalapiclient.universalapi.Event; import at.ac.ait.lablink.clients.universalapiclient.unive...
0
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient
java-sources/at/ac/ait/lablink/clients/universalapiclient/0.1.0/at/ac/ait/lablink/clients/universalapiclient/services/SampleDataNotifier.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.clients.universalapiclient.services; import at.ac.ait.lablink.clients.universalapiclient.universalapi.Sample; import at.ac.ait.lablink.core.service.IServiceStateChan...