diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html new file mode 100644 index 0000000..087cd98 --- /dev/null +++ b/doc/allclasses-frame.html @@ -0,0 +1,19 @@ + + + +
+ +public class gpio_java
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static java.lang.String[] |
+action |
+
static java.lang.String[][] |
+rel_map |
+
Modifier and Type | +Method and Description | +
---|---|
static void |
+checkargs(java.lang.String[] argumens)
+Die checkargs-Methode prüft ob zwei korrekte Argumente eingetragen wurden.
+ |
+
static void |
+gpio_cmdhandler(java.lang.String port,
+ java.lang.String cmd)
+Die gpio_cmdhandler-Methode schaltet die Relais an oder aus.
+ |
+
static int |
+gpio_getport(java.lang.String port)
+Die gpio_getport-Methode vergleicht im rel_map welcher port gesucht ist
+ |
+
static void |
+init_gpio()
+Die init_gpio-Methode ist eine schleife die alle rel als output definiert.
+ |
+
static void |
+launchcmd(java.lang.String cmd)
+Die launchcmd-Methode führt den prozess aus
+ |
+
static void |
+main(java.lang.String[] args)
+Die main-Methode ruft die Funktionen in der gegebenen Reihnfolge auf,
+ und gibt die @param args weiter.
+ |
+
static void |
+show_usage()
+Die show_usage-Methode gibt eine Hilfestellung bei falscher Eingabe
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static java.lang.String[][] rel_map+
public static java.lang.String[] action+
public static void main(java.lang.String[] args)+
args
- Commandline argument der main funktionpublic static void checkargs(java.lang.String[] argumens)+
argumens
- - Commandline argumentpublic static void init_gpio()+
public static int gpio_getport(java.lang.String port)+
port
- - erster eingabe Wert der CMD Zeilepublic static void gpio_cmdhandler(java.lang.String port, + java.lang.String cmd)+
port
- Relais(1-8)cmd
- Aktion (on/off/status)public static void show_usage()+
public static void launchcmd(java.lang.String cmd)+
cmd
- - erster eingabe Wert der CMD ZeileEach package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object
. The interfaces do not inherit from java.lang.Object
.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+Class | +Description | +
---|---|
gpio_java | ++ |