diff --git a/doc/revpipyload.html b/doc/revpipyload.html
index 8edc9dc..59ac401 100644
--- a/doc/revpipyload.html
+++ b/doc/revpipyload.html
@@ -49,12 +49,21 @@ Classes
| RevPiPyLoad |
Hauptklasse, die alle Funktionen zur Verfuegung stellt. |
+
+| RevPiSlave |
+ |
+
+| RevPiSlaveDev |
+ |
Functions
@@ -312,9 +321,6 @@ Methods
_spopen |
Startet das PLC Programm. |
-| _zeroprocimg |
-Setzt Prozessabbild auf NULL. |
-
| newlogfile |
Konfiguriert die FileHandler auf neue Logdatei. |
@@ -369,13 +375,7 @@ Prozessliste
subprocess
-
-
-RevPiPlc._zeroprocimg
-_zeroprocimg()
-
-Setzt Prozessabbild auf NULL.
-
+
RevPiPlc.newlogfile
newlogfile()
@@ -788,5 +788,126 @@ Statuscode:
+
+
+RevPiSlave
+
+
+Derived from
+Thread
+
+Class Attributes
+
+
+Class Methods
+
+
+Methods
+
+
+| RevPiSlave |
+Instantiiert RevPiSlave-Klasse. |
+
+| newlogfile |
+Konfiguriert die FileHandler auf neue Logdatei. |
+
+| run |
+ |
+
+| stop |
+Beendet Slaveausfuehrung. |
+
+
+
+Static Methods
+
+
+
+RevPiSlave (Constructor)
+RevPiSlave()
+
+Instantiiert RevPiSlave-Klasse.
+
+
+RevPiSlave.newlogfile
+newlogfile()
+
+Konfiguriert die FileHandler auf neue Logdatei.
+
+
+RevPiSlave.run
+run()
+
+
+RevPiSlave.stop
+stop()
+
+Beendet Slaveausfuehrung.
+
+
+
+
+RevPiSlaveDev
+
+
+Derived from
+Thread
+
+Class Attributes
+
+
+Class Methods
+
+
+Methods
+
+
+Static Methods
+
+
+
+RevPiSlaveDev (Constructor)
+RevPiSlaveDev(devcon, deadtime)
+
+
+RevPiSlaveDev.run
+run()
+
+
+RevPiSlaveDev.stop
+stop()
+
+
+
+
+_zeroprocimg
+_zeroprocimg()
+
+Setzt Prozessabbild auf NULL.
+
+