setup.py für Package angepasst

get_inps _outs _mems umbenannt in get_inputs _outputs _memmories
IOType von __init__ auf io.Type geändert
IOBase.type eingefügt
This commit is contained in:
2017-08-18 18:41:43 +02:00
parent e124da758f
commit 37eb012e16
10 changed files with 138 additions and 65 deletions

View File

@@ -402,13 +402,13 @@ Methods</h3>
<td><a style="color:#0000FF" href="#Device.get_allios">get_allios</a></td>
<td>Gibt eine Liste aller Inputs und Outputs zurueck, keine MEMs.</td>
</tr><tr>
<td><a style="color:#0000FF" href="#Device.get_inps">get_inps</a></td>
<td><a style="color:#0000FF" href="#Device.get_inputs">get_inputs</a></td>
<td>Gibt eine Liste aller Inputs zurueck.</td>
</tr><tr>
<td><a style="color:#0000FF" href="#Device.get_mems">get_mems</a></td>
<td><a style="color:#0000FF" href="#Device.get_memmories">get_memmories</a></td>
<td>Gibt eine Liste aller mems zurueck.</td>
</tr><tr>
<td><a style="color:#0000FF" href="#Device.get_outs">get_outs</a></td>
<td><a style="color:#0000FF" href="#Device.get_outputs">get_outputs</a></td>
<td>Gibt eine Liste aller Outputs zurueck.</td>
</tr>
</table>
@@ -520,7 +520,7 @@ Erstellt aus der piCtory-Liste die IOs fuer dieses Device.
dict()-Objekt aus piCtory Konfiguration
</dd><dt><i>iotype</i></dt>
<dd>
IOType() Wert
io.Type() Wert
</dd>
</dl><dl>
<dt>Returns:</dt>
@@ -555,10 +555,10 @@ Gibt eine Liste aller Inputs und Outputs zurueck, keine MEMs.
<dd>
list() Input und Output, keine MEMs
</dd>
</dl><a NAME="Device.get_inps" ID="Device.get_inps"></a>
</dl><a NAME="Device.get_inputs" ID="Device.get_inputs"></a>
<h3 style="background-color:#FFFFFF;color:#FF0000">
Device.get_inps</h3>
<b>get_inps</b>(<i></i>)
Device.get_inputs</h3>
<b>get_inputs</b>(<i></i>)
<p>
Gibt eine Liste aller Inputs zurueck.
</p><dl>
@@ -566,10 +566,10 @@ Gibt eine Liste aller Inputs zurueck.
<dd>
list() Inputs
</dd>
</dl><a NAME="Device.get_mems" ID="Device.get_mems"></a>
</dl><a NAME="Device.get_memmories" ID="Device.get_memmories"></a>
<h3 style="background-color:#FFFFFF;color:#FF0000">
Device.get_mems</h3>
<b>get_mems</b>(<i></i>)
Device.get_memmories</h3>
<b>get_memmories</b>(<i></i>)
<p>
Gibt eine Liste aller mems zurueck.
</p><dl>
@@ -577,10 +577,10 @@ Gibt eine Liste aller mems zurueck.
<dd>
list() Mems
</dd>
</dl><a NAME="Device.get_outs" ID="Device.get_outs"></a>
</dl><a NAME="Device.get_outputs" ID="Device.get_outputs"></a>
<h3 style="background-color:#FFFFFF;color:#FF0000">
Device.get_outs</h3>
<b>get_outs</b>(<i></i>)
Device.get_outputs</h3>
<b>get_outputs</b>(<i></i>)
<p>
Gibt eine Liste aller Outputs zurueck.
</p><dl>