NonStop Operating System Event Management Programming Manual

System Clock Event Messages (ZCLK)
HP NonStop Operating System Event Management Programming Manual520372-020
8-4
System Clock (ZCLK-) Definitions
System Clock (ZCLK-) Definitions
System clock definitions begin with ZCLK- and are found in the source-definition files
ZCLKTAL, ZCLKCOB, ZCLKTACL, ZCLKDDL, ZCLKC, and ZCLKPAS.
Topics:
Private Token and Field Types on page 8-4
Predefined Token and Field Values on page 8-6
Simple Tokens and Structured Tokens on page 8-6
Private Token and Field Types
See the SPI Programming Manual for more information about the SPI message buffer.
Token Description
ZCLK-DDL-MSG-BUFFER SPI message buffer to use for system clock event messages
(see Figure 8-2
).
ZCPU-TKN-CPU-TYPE Subject token that specifies the processor type (see Table 8-4
on page 8-5).
ZCPU-TKN-NEV-MODEL Processor model ID (see Table 8-5
on page 8-5).
ZCPU-TKN-YOS-MODEL Processor model ID (see Table 8-6
on page 8-5).
Figure 8-2. ZCLK-DDL-MSG-BUFFER Definition
def ZCLK-DDL-MSG-BUFFER.
02 Z-MSGCODE type ZSPI-DDL-INT.
02 Z-BUFLEN type ZSPI-DDL-UINT.
02 Z-OCCURS type ZSPI-DDL-UINT.
02 Z-FILLER type ZSPI-DDL-BYTE
occurs 0 TO ZCLK-VAL-BUFLEN times
depending on Z-OCCURS.
end.