mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 15:13:52 +01:00
Hashwerte der Dateien über RevPiNetIO abrufbar b'PH' b'RH' Alte Testfunktion für replace_ios aus helper entfernt
84 lines
2.2 KiB
HTML
84 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<title>helper</title>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body style="background-color:#FFFFFF;color:#000000"><a NAME="top" ID="top"></a>
|
|
<h1 style="background-color:#FFFFFF;color:#0000FF">
|
|
helper</h1>
|
|
<p>
|
|
Helperfunktionen fuer das gesamte RevPiPyLoad-System.
|
|
</p>
|
|
<h3 style="background-color:#FFFFFF;color:#FF0000">
|
|
Global Attributes</h3>
|
|
<table>
|
|
<tr><td>__author__</td></tr><tr><td>__copyright__</td></tr><tr><td>__license__</td></tr>
|
|
</table>
|
|
<h3 style="background-color:#FFFFFF;color:#FF0000">
|
|
Classes</h3>
|
|
<table>
|
|
<tr><td>None</td></tr>
|
|
</table>
|
|
<h3 style="background-color:#FFFFFF;color:#FF0000">
|
|
Functions</h3>
|
|
<table>
|
|
<tr>
|
|
<td><a style="color:#0000FF" href="#_setuprt">_setuprt</a></td>
|
|
<td>Konfiguriert Programm fuer den RT-Scheduler.</td>
|
|
</tr><tr>
|
|
<td><a style="color:#0000FF" href="#_zeroprocimg">_zeroprocimg</a></td>
|
|
<td>Setzt Prozessabbild auf NULL.</td>
|
|
</tr><tr>
|
|
<td><a style="color:#0000FF" href="#refullmatch">refullmatch</a></td>
|
|
<td>re.fullmatch wegen alter python version aus wheezy nachgebaut.</td>
|
|
</tr>
|
|
</table>
|
|
<hr /><hr />
|
|
<a NAME="_setuprt" ID="_setuprt"></a>
|
|
<h2 style="background-color:#FFFFFF;color:#0000FF">_setuprt</h2>
|
|
<b>_setuprt</b>(<i>pid, evt_exit</i>)
|
|
<p>
|
|
Konfiguriert Programm fuer den RT-Scheduler.
|
|
</p><dl>
|
|
<dt><i>pid</i></dt>
|
|
<dd>
|
|
PID, der angehoben werden soll
|
|
</dd>
|
|
</dl><dl>
|
|
<dt>Returns:</dt>
|
|
<dd>
|
|
None
|
|
</dd>
|
|
</dl>
|
|
<div align="right"><a style="color:#0000FF" href="#top">Up</a></div>
|
|
<hr /><hr />
|
|
<a NAME="_zeroprocimg" ID="_zeroprocimg"></a>
|
|
<h2 style="background-color:#FFFFFF;color:#0000FF">_zeroprocimg</h2>
|
|
<b>_zeroprocimg</b>(<i></i>)
|
|
<p>
|
|
Setzt Prozessabbild auf NULL.
|
|
</p>
|
|
<div align="right"><a style="color:#0000FF" href="#top">Up</a></div>
|
|
<hr /><hr />
|
|
<a NAME="refullmatch" ID="refullmatch"></a>
|
|
<h2 style="background-color:#FFFFFF;color:#0000FF">refullmatch</h2>
|
|
<b>refullmatch</b>(<i>regex, string</i>)
|
|
<p>
|
|
re.fullmatch wegen alter python version aus wheezy nachgebaut.
|
|
</p><dl>
|
|
<dt><i>regex</i></dt>
|
|
<dd>
|
|
RegEx Statement
|
|
</dd><dt><i>string</i></dt>
|
|
<dd>
|
|
Zeichenfolge gegen die getestet wird
|
|
</dd>
|
|
</dl><dl>
|
|
<dt>Returns:</dt>
|
|
<dd>
|
|
True, wenn komplett passt sonst False
|
|
</dd>
|
|
</dl>
|
|
<div align="right"><a style="color:#0000FF" href="#top">Up</a></div>
|
|
<hr />
|
|
</body></html> |