CCS Modul   E_VI_PSLOCK
 
   $Id: e_vi_pslock.C,v 1.5 2004/12/23 10:33:40 jsj3rt Exp $
   ---------------------------------------------------------------------
   Kurzbeschreibung: Locking Programcounter from the VI
   ---------------------------------------------------------------------
   Projekt:		Projektname
   Sourcefile:		e_vi_pslock.C
   Autor:		RtW/TEF72-Juilfs(080696)
   Zielsystem:		HP9000/V743 (HP-RT 2.0x), /Sxxx (HP-UX 9.0x)
   Sprache:		C++
   ---------------------------------------------------------------------
   Prototyp:
   MPI Schnittstelle
   void e_vi_pslock(shm_stringpointer *zeilen_info
   ,shm_stringpointer   *zeilen_wert
   ,long index1
   ,long anzahl)
   
   ---------------------------------------------------------------------
   Aufruf: im Vectorinterpreter
   
   (*funktionen[modulnummer])
   (Ssp_expand_wert
   ,p_verwaltung->begin_modulblock
   ,p_verwaltung->anzahl_modulparameter);
   
   
   
   
   ---------------------------------------------------------------------
   funktiondescription:
   MD,E_VI_PSLOCK
   ,PRUEFSCHRITT
   ,POSITION
   ,PS_LOCK
	   Locking  Vectorinterpreter from aktuell Programcounter
	   Input	ON
	   Unlocking  Vectorinterpreter from aktuell Programcounter		
			OFF
		   		


   Revision 1.1  2001/12/18 10:52:57  sgc3sa
   Anpassungen fuer Linux und QT

   Revision 1.7  2001/07/27 14:20:03  lehmann
   einheitliche semaphoren routinen eingesetzt

   Revision 1.6  2001/02/22 14:45:26  juilfs
   *** empty log message ***

   Revision 1.5  2001/01/16 14:28:46  juilfs
   Linux

   Revision 1.4  2000/12/14 07:58:07  juilfs
   *** empty log message ***

   Revision 1.3  2000/09/20 12:57:17  juilfs
   *** empty log message ***

   Revision 1.2  2000/09/19 16:07:24  juilfs
   *** empty log message ***

   Revision 1.1  2000/09/19 14:58:13  juilfs
   *** empty log message ***

   Revision 1.3  1999/12/22 10:06:39  keppler
   $ID -> $Id

   Revision 1.2  1999/12/22 09:17:24  keppler
   $Header -> $Id

   Revision 1.1  1999/11/23 14:20:27  katzenma
   Initial Version by Sniff

   ---------------------------------------------------------------------