[성현모] TRA V2 삭제
This commit is contained in:
67
CPXV2 PTS/References/GaudiCfg/help/module/e_boschk_in.html
Normal file
67
CPXV2 PTS/References/GaudiCfg/help/module/e_boschk_in.html
Normal file
@ -0,0 +1,67 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>E_BOSCHK_IN</TITLE>
|
||||
<META NAME="Generator" CONTENT="KDOC ">
|
||||
</HEAD>
|
||||
<BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff">
|
||||
|
||||
<table BORDER=0 COLS=1 WIDTH="100%" BGCOLOR="#FFFFCC" NOSAVE >
|
||||
<tr ALIGN=CENTER VALIGN=CENTER NOSAVE>
|
||||
<td NOSAVE><font face="Arial,Helvetica"><font size=+2></font></font>
|
||||
<br><font face="Arial,Helvetica"><font size=+2>CCS Modul <b>E_BOSCHK_IN</b></font></font>
|
||||
<br> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<PRE>
|
||||
$Id: e_boschk_in.C,v 1.6 2005/09/01 07:11:40 sniff Exp $
|
||||
---------------------------------------------------------------------
|
||||
Kurzbeschreibung: Liest eine Anzahl von Datenworte von einer
|
||||
Boschbuskarte.
|
||||
---------------------------------------------------------------------
|
||||
Projekt: CCS
|
||||
Sourcefile: e_boschk_in.C
|
||||
Autor: RtW/TEF72-Juilfs (12.12.95)
|
||||
Zielsystem: HP9000/V743 (HP-RT 2.0x), /Sxxx (HP-UX 9.0x)
|
||||
Sprache: C++
|
||||
---------------------------------------------------------------------
|
||||
Prototyp:
|
||||
MPI Schnittstelle
|
||||
void e_boschk_in(
|
||||
,shm_stringpointer *zeilen_wert
|
||||
,long index1
|
||||
,long anzahl)
|
||||
|
||||
---------------------------------------------------------------------
|
||||
Aufruf: im Vectorinterpreter
|
||||
|
||||
(*funktionen[modulnummer])
|
||||
(Ssp_expand_zeile
|
||||
,Ssp_expand_wert
|
||||
,p_verwaltung->begin_modulblock
|
||||
,p_verwaltung->anzahl_modulparameter);
|
||||
|
||||
---------------------------------------------------------------------
|
||||
Funktionsbeschreibung:
|
||||
Dieses Modul liest die gewuenschte Anzahl an Datenworten aus der ueber
|
||||
die Unit referenzierten Karte aus. Das Lesen erfolgt durch den Prozess
|
||||
Boschbus.
|
||||
|
||||
|
||||
Beschreibung der Modul<75>bergabeparameter:</pre><b><a name="param1">1</a> PRUEFSCHRITT</b><pre>
|
||||
GAUDI Pr<50>fschritt
|
||||
------------------------------</pre><b><a name="param2">2</a> POSITION</b><pre>
|
||||
PAV- Position
|
||||
------------------------------</pre><b><a name="param3">3</a> ANSTEUER_UNIT</b><pre> Unit Name. In der Unit ist die Kartennummer und Unteradresse
|
||||
definiert
|
||||
------------------------------</pre><b><a name="param4">4</a> WORD_START</b><pre> Index von dem ab die Karte ausgelesen werden soll. Der Index
|
||||
beginn ab 1. Ein Element des Feldes ist 16Bit lang.
|
||||
------------------------------</pre><b><a name="param5">5</a> WORD_END</b><pre> Index bis zu dem die Karte ausgelesen werden soll. Der Index
|
||||
beginn ab 1. Ein Element des Feldes ist 16Bit lang.
|
||||
------------------------------</pre><b><a name="param6">6</a> ERGEBNIS</b><pre> in dieser Variable werden die gelesenen Daten gespeichert.
|
||||
Werden mehr als 1 Datenwort angefordert, muss die Variable
|
||||
eine Array-Variable vom typ int sein.
|
||||
------------------------------</pre><b><a name="param7">7</a> FEHLERFLAG</b><pre> wird gesetzt falls die Daten nicht gelesen werden konnten
|
||||
...
|
||||
</PRE>
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user