Constant Field Values


Contents
org.harctoolbox.*

org.harctoolbox.irscrutinizer.IrScrutinizer
public static final long invalid -1L

org.harctoolbox.irscrutinizer.Utils
public static final java.lang.String girrHomepageUrl "http://www.harctoolbox.org/girr"
public static final double seconds2microseconds 1000000.0

org.harctoolbox.irscrutinizer.Version
public static final java.lang.String appName "IrScrutinizer"
public static final java.lang.String currentVersionUrl "http://www.harctoolbox.org/downloads/IrScrutinizer.version"
public static final java.lang.String homepageUrl "http://www.harctoolbox.org"
public static final java.lang.String licenseString "Copyright (C) 2013 Bengt Martensson.\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/."
public static final int mainVersion 0
public static final int subminorVersion 1
public static final int subVersion 1
public static final java.lang.String thirdPartyString "ExchangeIR was written by Graham Dixon and published under GPL3 license. Its Analyze-function has been translated to Java by Bengt Martensson. DecodeIR was originally written by John S. Fine, with later contributions from others. It is free software with undetermined license. Icons from the Crystal project are used; these are released under the LGPL license. Serial communication is handeled by the RXTX library, licensed under the LGPL v 2.1 license. Command line decoding is done using the JCommander library by C\u00e9dric Beust http://jcommander.org/, licensed under the Apache 2.0 license. JSON handling is implemented using the \"fast and minimal JSON parser for Java\" by Ralf Sernberg, http://eclipsesource.com/blogs/2013/04/18/minimal-json-parser-for-java/, licensed under the Eclipse Eclipse Public License Version 1.0. LIRC is according to http://www.lirc.org copyright 1999 by Karsten Scheibler and Christoph Bartelmus (with contribution of may others), and is licensed under GPL2. The parts used here have been translated to Java by Bengt Martensson. Tonto was written by Stewart Allen, and is licensed under the \"Artistic License\"."
public static final java.lang.String version "0.1.1"
public static final java.lang.String versionString "IrScrutinizer version 0.1.1"
public static final java.lang.String versionSuffix ""

org.harctoolbox.irscrutinizer.importer.CsvImporter
protected static final int invalid -1

org.harctoolbox.irscrutinizer.importer.GirrImporter
public static final java.lang.String homeUrl "http://www.harctoolbox.org/girr"

org.harctoolbox.irscrutinizer.importer.GlobalCacheIrDatabase
public static final java.lang.String globalCacheIrDatabaseHost "irdatabase.globalcache.com"

org.harctoolbox.irscrutinizer.importer.LircImporter
public static final java.lang.String homeUrl "http://www.lirc.org/"
public static final java.lang.String remotesUrl "http://lirc.sourceforge.net/remotes/"

org.harctoolbox.irscrutinizer.importer.RmduImporter
public static final java.lang.String homeUrl "http://www.hifi-remote.com/wiki/index.php?title=Remote_Master_Manual"

org.harctoolbox.irscrutinizer.sendinghardware.GenericSerialSenderBean
public static final java.lang.String PROP_BAUDRATE "PROP_BAUDRATE"
public static final java.lang.String PROP_COMMAND "PROP_COMMAND"
public static final java.lang.String PROP_DATASIZE "PROP_DATASIZE"
public static final java.lang.String PROP_FLOWCONTROL "PROP_FLOWCONTROL"
public static final java.lang.String PROP_LINEENDING "PROP_LINEENDING"
public static final java.lang.String PROP_PARITY "PROP_PARITY"
public static final java.lang.String PROP_PORTNAME "PROP_PORTNAME"
public static final java.lang.String PROP_RAW "PROP_RAW"
public static final java.lang.String PROP_SEPARATOR "PROP_SEPARATOR"
public static final java.lang.String PROP_SERIALCOMMANDTEXTFIELD "PROP_SERIALCOMMANDTEXTFIELD"
public static final java.lang.String PROP_STOPBITS "PROP_STOPBITS"
public static final java.lang.String PROP_USESIGNS "PROP_USESIGNS"

org.harctoolbox.irscrutinizer.sendinghardware.SendingHardware<T extends org.harctoolbox.harchardware.ir.IRawIrSender & org.harctoolbox.harchardware.IHarcHardware>
public static final java.lang.String PROP_PANEL "PROP_PANEL"
public static final java.lang.String PROP_RAWIRSENDER "PROP_RAWIRSENDER"
public static final java.lang.String PROP_VERBOSE "PROP_VERBOSE"