XieBindMapToFlo(3X) — Subroutines
Digital
NAME
XieBindMapToFlo − This routine binds a photomap to a photoflo.
C Format
XieBindMapToFlo(phf_id, phm_id)
C Argument Information
XiePhotoflo phf_id;
XiePhotomap phm_id;
RETURN VALUES
None.
PARAMETERS
phf_idThe phf_id argument specifies the identifier of a photoflo, or any photomap or phototap bound to the photoflo.
phm_idThe phm_id argument specifies the photomap you want to bind to the photoflo.
DESCRIPTION
This routine binds a photomap to a photoflo. The photomap does not have to contain image data. This way, you can specify inputs to a photoflo other than the specified input when you created the photoflo. Once bound to the photoflo, the photomap can receive image data transported from the client either prior to or during photoflo execution, or both. The photomap can also serve as an input to downstream processing elements in the photoflo. However, you cannot use the photomap for any other purpose until you free the photoflo.
XIE Events and Error Messages
Protocol Messages: X_ieBindPhotomap
XIE event returned: None
XieLib errors: None
XieServer errors: BadIDChoice -- Invalid identifier
BadAlloc -- Insufficient server resources