EMS Manual

Procedure Calls for Standard Events
EMS Manual426909-005
11-4
EMS_TRANSIENT_FAULT_EVT_BLD_ Procedure
Event number input
INT:value
is a number, specific to this subsystem, that identifies this event message.
Transient fault type input
INT:value
is the type of the transient fault. The value is defined by the caller and should be
greater than or equal to ZEMS-VAL-MIN-USER-VALUE (1024).
Subject token ID input
INT(32):value
is the token code of the subject of this event message.
Subject value input
STRING .EXT:ref:*
is the value of the subject to be added to the event message.
Subject length input
INT:value
if present, is the length, in bytes, of the Subject value. This parameter is ignored
unless the Subject token ID is defined as a variable-length token. For more
information, see Considerations on page 11-6.
Subject SSID input
INT .EXT:ref:6
if present, is the ID of the subsystem to which the Subject token ID belongs.
If not present or the value is all zeros, the default SSID (specified in SSID) is used.
In this case, the Subject SSID is not added to the event buffer.
buflen output
INT:value
if present, is the length, in bytes, of the formatted buffer. If the buffer cannot be
built, zero is returned.
Critical Indicator input
BOOLEAN:value
if present, is a Boolean variable that indicates the critical nature of the problem
reported in the event. The literal ZSPI-VAL-FALSE (0) indicates the problem is not
critical. Otherwise, the problem is critical.