top - metrics - download
⟦8785c2c1c⟧ Wang Wps File
Length: 6623 (0x19df)
Types: Wang Wps File
Notes: FIX/1200/PSP/0076
Names: »4904A «
Derivation
└─⟦c7fef4850⟧ Bits:30006144 8" Wang WCS floppy, CR 0418A
└─⟦this⟧ »4904A «
WangText
…00……00…D…86…1
…02…
…02…
…02…
…02…
4904A/ir…02…FIX/1200/PSP/0076
…02…BLK/840511…02……02…#
FIKS PSM PROCEDURE PSP
…02……02…FK7809
FIKS PSM PROCEDURE PSP
FIX/1200/PSP/0076
Bent L. Kristensen/Flemming Revens
Ole Eskedal
AMC (6), LOL, APE, REV, LU
…0e… FIKS S/W Mgr. 840511
1
ILS Conf. Mgr. 840511
840511
…0f…4904A/ir…02… FIX/1200/PSP/0076
…02…BLK/840511…02……02…ii
FIKS PSM PROCEDURE PSP
…02……02…FK7809
840511 All Issue one of Document
…0f…
4904A/ir…02…FIX/1200/PSP/0076
…02…BLK/840511…02… iii
FIKS PSM PROCEDURE PSP
…02……02…FK7809
…0e…
…01…T̲A̲B̲L̲E̲ ̲O̲F̲ ̲C̲O̲N̲T̲E̲N̲T̲S̲
1 SCOPE ........................................
1
1.1 INTRODUCTION ..............................
1
1.2 ABBREVIATIONS .............................
1
2 APPLICABLE DOCUMENTS .........................
2
3 MODULE SPECIFICATION .........................
3
3.1 DETAILED FUNCTIONAL DESCRIPTION ...........
3
3.2 INTERFACE DESCRIPTION .....................
3
3.2.1 PSM TEP Interface ..................
3
3.2.2 PSM PIP Interface ..................
4
3.2.3 PSM QACCESS Interface ..............
4
3.3 PROCESSING ................................
4
3.4 DATA DESCRIPTION ..........................
5
3.4.1 PSM TEP and PSM PIP Interface .....
5
3.5 STORAGE ALLOCATION ........................
6
3.6 PERFORMANCE CHARACTERISTICS ...............
7
3.7 LIMITATIONS ...............................
8
3.8 ERROR CODES/ERROR LOCATIONS ...............
8
3.9 LISTING REFERENCES ........................
9
4 QUALITY ASSURANCE ............................
10
4.1 QUALIFICATION TESTS .......................
10
5 PREPARATION FOR DELIVERY .....................
11
6 NOTES ........................................
12
7 APPENDICES ...................................
13
7.1 APPENDIX A ................................
13
1 S̲C̲O̲P̲E̲
This document contains the detailed design documentation
for the PSM process.
1.1 I̲N̲T̲R̲O̲D̲U̲C̲T̲I̲O̲N̲
The PSM-module consists of one process, which receives
and executes various events and commands from the terminal
processes and the Timer process.
1.2 A̲B̲B̲R̲E̲V̲I̲A̲T̲I̲O̲N̲S̲
TEP Terminal process
PIP Printer interface process
QACCESS Queue access
Other abbreviations please refer to ref. 3.
2 A̲P̲P̲L̲I̲C̲A̲B̲L̲E̲ ̲D̲O̲C̲U̲M̲E̲N̲T̲S̲
1. REQUIREMENTS SPECIFICATION
FIX/0000/SPC/0002
Vol. I - III,
2. FIKS SYSTEM DESIGN SPECIFICATION
FIX/1000/DSP/0001
3. FIKS DATA INTERFACE REFERENCE
FIX/0100/MAN/0004
4. SUPPORT SOFTWARE DESIGN SPEC.
FIX/1103/DSP/0009
5. CR 80 AMOS KERNEL
CSS/302/PSP/0008
6. CR 80 AMOS, I/O SYSTEM
CSS/006/PSP/0006
7. CR FILE SYSTEM PSP
CSS/910/EWP/0001
8. QACCESS MONITOR PSP
FIX/1256/PSP/0076
9. PIP SUBSYSTEM PSP
FIX/1152/PSP/0075
10. MTCB MONITOR PSP
FIX/1256/PSP/0066
3 M̲O̲D̲U̲L̲E̲ ̲S̲P̲E̲C̲I̲F̲I̲C̲A̲T̲I̲O̲N̲
3.1 D̲E̲T̲A̲I̲L̲E̲D̲ ̲F̲U̲N̲C̲T̲I̲O̲N̲A̲L̲ ̲D̲E̲S̲C̲R̲I̲P̲T̲I̲O̲N̲
The PSM process is the common interface process for
the terminal processes. The PSM handles the terminal
on high level, i.e. receives and executes the following
events:
Log-on/off message from
Block/Unblock message terminal
Security interrogation message processes
Timeout (update upper screen) from Timer
process
3.2 I̲N̲T̲E̲R̲F̲A̲C̲E̲ ̲D̲E̲S̲C̲R̲I̲P̲T̲I̲O̲N̲
The PSM has the following interfaces:
- PSM TEP (Terminal process)
- PSM PIP (Printer interface process)
- PSM QACCESS (Queue access)
3.2.1 P̲S̲M̲ ̲ ̲ ̲ ̲T̲E̲P̲ ̲I̲n̲t̲e̲r̲f̲a̲c̲e̲
Communication between PSM and TEP is executed by means
of AMOS messages.
A message is sent from PSM to TEP when a terminal is
blocked or unblocked. Message from TEP to PSM is sent
when a terminal:
- has been logged-on/off.
- has to be blocked/unblocked.
- has to be interrogated.
Message contents: See Data Description, section 3.4
3.2.2 P̲P̲M̲ ̲ ̲ ̲ ̲P̲I̲P̲ ̲I̲n̲t̲e̲r̲f̲a̲c̲e̲
Communication between PSM and PIP is executed by means
of AMOS messages. A message is sent when a terminal
has been logged-on/off and when a terminal has to be
interrogated/has completed interrogation.
Message contents: See Data Description, section 3.4
3.2.3 P̲S̲M̲ ̲ ̲ ̲ ̲Q̲A̲C̲C̲E̲S̲S̲ ̲I̲n̲t̲e̲r̲f̲a̲c̲e̲
Communication between PSM and QACCESS is executed by
means of a monitor call.
QACCESS is used to request the terminal queue status.
3.3 P̲R̲O̲C̲E̲S̲S̲I̲N̲G̲
In appendix A, figure A-1 to A-9, detailed flowcharts
describe the programme flow of the PSM process.
3.4 D̲A̲T̲A̲ ̲D̲E̲S̲C̲R̲I̲P̲T̲I̲O̲N̲
3.4.1 PSM TEP and PSM PIP Interface
Figure 3.4.1.1
3.5 S̲T̲O̲R̲A̲G̲E̲ ̲A̲L̲L̲O̲C̲A̲T̲I̲O̲N̲
No special provisions apply
3.6 P̲E̲R̲F̲O̲R̲M̲A̲N̲C̲E̲ ̲C̲H̲A̲R̲A̲C̲T̲E̲R̲I̲S̲T̲I̲C̲S̲
N/A
3.7 L̲I̲M̲I̲T̲A̲T̲I̲O̲N̲S̲
None
3.8 E̲R̲R̲O̲R̲ ̲C̲O̲D̲E̲S̲/̲E̲R̲R̲O̲R̲ ̲L̲O̲C̲A̲T̲I̲O̲N̲S̲
Please refer to Appendix A, figures A-1 to A-9
3.9 L̲I̲S̲T̲I̲N̲G̲ ̲R̲E̲F̲E̲R̲E̲N̲C̲E̲S̲
Please refer to SCCLDD and S/W library FIXLIB.
4 Q̲U̲A̲L̲I̲T̲Y̲ ̲A̲S̲S̲U̲R̲A̲N̲C̲E̲
4.1 Q̲U̲A̲L̲I̲F̲I̲C̲A̲T̲I̲O̲N̲ ̲T̲E̲S̲T̲S̲
Please refer to test reports for System Tests, S010.
5 P̲R̲E̲P̲A̲R̲A̲T̲I̲O̲N̲ ̲F̲O̲R̲ ̲D̲E̲L̲I̲V̲E̲R̲Y̲
Please refer to SCCLDD.
6 N̲O̲T̲E̲S̲
N/A
7 A̲P̲P̲E̲N̲D̲I̲C̲E̲S̲
7.1 A̲P̲P̲E̲N̲D̲I̲X̲ ̲A̲