SPI Programming Manual (G06.24+, H06.03+, J06.03+)

SPI Concepts and Protocol
SPI Programming Manual427506-006
2-12
Examples of Definition Names
description
is an expression describing the function or meaning of the item. For example,
OBJNAME has something to do with the name of an object, and PATH-SWITCH-
CAUSE has something to do with the reason for a path change.
This part of the definition name can contain additional separators (-,^, or _).
Examples of Definition Names
ZSPI-CMD-GETVERSION
is the command number for the GETVERSION command that can be implemented
by any subsystem:
ZSCP^ERR^NO^BKUP
is a TAL implementation of the error number for the no-backup-process error
implemented by the SCP subsystem:
ZCDG-VAL-SSID
is a value representing the subsystem ID of the common communications
diagnostics definitions:
ZCOM-TKN-OBJNAME
is a common token used to convey the name an object:
TNM Token numbers
TYP Token types
VAL Token values
subsys ZSPI (a common SPI definition)
type CMD (a command number)
description GETVERSION (the GETVERSION command)
subsys ZSCP (a Subsystem Control Point definition)
type ERR (an error number)
description NO^BKUP (error related to absence of a backup process)
subsys ZCDG (a common communications diagnostics definition)
type VAL (a value)
description SSID (subsystem ID)