Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (G-N)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
6-4
GETPPDENTRY
(Superseded by PROCESS_GETPAIRINFO_) Obtains a description of a named process
pair by the process pair’s index into the destination control table (DCT).
GETREMOTECRTPID
(Superseded by PROCESS_GETINFO_ and PROCESS_GETINFOLIST_) Obtains the
4-word process ID associated with a remote process.
position, INT(32) returned value
filenum, INT:value input
CALL GETPPDENTRY ( index ,sysnum ,ppd );
index, INT:value input
sysnum, INT:value input
ppd, INT:ref:9 output
[0:2] Process name (in local form).
[3].<0:7> Processor of primary process.
[3].<8:15> PIN of primary process.
[4].<0:7> Processor of backup process if it is a process pair.
[4].<8:15> PIN of backup process, if it is a process pair.
[5:8] The value of process-id of ancestor containing:
[0:2] Process name or creation timestamp.
[3].<0:3> Reserved.
[3].<4:7> Processor number where the process is executing.
[3].<8:15> PIN assigned by the operating system.
< (CCL) The DCT in the given system cannot be accessed.
= (CCE) The GETPPDENTRY finished successfully.
> (CCG) The index is greater than the last entry in the DCT.
CALL GETREMOTECRTPID ( cpu,pin ,process-id ,sysnum );