HPlogo   HP 3000 Computer Systems: MPE/iX Architected Interface Facility:
Operating System Reference Manual
> Appendix C Programming Examples

Appendix C Programming Examples

MPE documents

Complete PDF

 

Table of Contents

Index

 

⇓ Page Bottom

⇑ Page Top

 

Appendix B AIF Data Structures

Example 1 - SEND1S, send data

Table of Contents

Example 1 - SEND1S, send data
Example 2 - RECV1S, receive data
Example 3 - ASYNC1, asynchronous ports
Example 4 - ASYNC2, asynchronous ports
Example 5 - HFSPATH, Retrieving HFS pathnames
Example 6 - SYSWIDE, HFS directory traversal
Example 7 - DIRMO, Using Magneto-Optical AIFs
[3kRanger] CHGJSNAM, Change my session's JOBNAME Example run
This appendix contains programming examples to illustrate the use of operating system architected interfaces.

Examples one and two illustrate using AIF:OS system calls to send and receive data.
These two examples are written in HP C/iX.

Examples three and four illustrate using AIF:OS system calls with asynchronous ports.
These two examples are written in HP Pascal.

Example five illustrates using AIFSYSWIDEGET for retrieving HFS pathnames.
This example is written in HP Pascal.

Example six illustrates using AIFSYSWIDEGET for traversing HFS directories.

Example seven illustrates using the Magneto-Optical AIF's.
This example is written in HP Pascal.



Appendix B AIF Data Structures

Example 1 - SEND1S, send data