HPlogo 900 Series HP 3000 Computer Systems: MPE/iX Architected Interface Facility: Operating System Reference Manual > Chapter 2 Using Operating System Architected Interfaces

Data Type Naming Convention

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Architected interface descriptions specify all parameters and their required data types. Following are listed the generic data types and their mnemonics used in this manual. These data types should be used to declare the types for the parameters and the values passed or returned.

Table 2-1 Data Type Naming Convention

MnemonicData Type
I3232-bit signed integer.
U3232-bit unsigned integer.
BBoolean.
CCharacter.
@3232-bit address.
@6464-bit address.
AArray. Used in combination with other types. For example, CA represents an array of ASCII characters; BA represents an array of booleans.
RECRecord. Some parameters require complex record structures to be passed. Record structures required by architected interfaces are described in appendix B.

 

Feedback to webmaster