Opened 13 months ago

Closed 10 days ago

#376 closed enhancement (fixed)

Document ssu_ subroutines missing from ssu_.info

Reported by: Gary Dixon Owned by: Gary Dixon
Priority: major Milestone: MR12.9
Component: Documentation Version: MR12.5
Keywords: Cc:

Description

Several existing ssu_ subroutines are not documented in ssu_.info even though these subroutines are included in the ssu_.alm transfer vector and were therefore intended to be callable by ssu_ subsystem programmers. These are: ssu_$invoke_request, ssu_$locate_request

>udd>m>gd>w>ect>ssu_.info
   (55 lines in entry point; 67 other entry points in info)

Entry:  2025-05-31  ssu_$locate_request

Syntax:
declare ssu_$locate_request entry (ptr, char(*), ptr, fixed bin(35));

call ssu_$locate_request (sci_ptr, request_name, request_data_ptr,
     code);

Arguments:
 sci_ptr   request_name   request_data_ptr   code
>udd>m>gd>w>ect>ssu_.info
   (27 lines in entry point; 67 other entry points in info)

Entry:  2025-05-31  ssu_$invoke_request

Syntax:
declare ssu_$invoke_request entry (ptr, char(*), ptr, fixed bin(35));

call ssu_$invoke_request (sci_ptr, request_name, arg_list_ptr, code);

Arguments:
 sci_ptr   request_name   arg_list_ptr   code

Change History (3)

comment:1 by Eric Swenson, 12 months ago

Owner: changed from Eric Swenson to Gary Dixon
Status: newassigned

comment:3 by Eric Swenson, 10 days ago

Milestone: MR12.9
Resolution: fixed
Status: assignedclosed

Installed as MR12.9-1037.

Note: See TracTickets for help on using tickets.