PTMAP_send_req

This subroutine sends a specific request to PTMRP. If the request is already outstanding or disabled, a warning is returned. PTMAP returns control to the application after the response or group of responses for the request have been received.

Syntax

int PTMAP_send_req (req_adr, retstat)

PTMAP_ADDR  *req_adr;

COR_STATUS  *retstat;

Input Arguments

req_adr

Identifier used to reference this request.

Output Arguments

Retstat

Pointer to status structure. The following warnings may be returned (see Appendix A for an explanation of this code):

 

PTMAP_REQ_NOT_ENBL

 

PTMAP_REQ_CUR_OUT

 

PTMAP_REQ_NOT_FOUND

Return Value

The contents of retstat.status.

More information

Point Management API subroutines.