The SEDRIS Data Representation Model
APPENDIX D - Functions SE CreateSRFFromSRFInfo |
---|
extern SRM_Status_Code | ||||
SE_CreateSRFFromSRFInfo | ||||
( | ||||
const | SE_SRF_Info | * | srf_info_in_ptr, | (notes) |
SRM_SRF | * | srf_out_ptr | (notes) | |
); |
Creates and returns an SRM_SRF handle from an SE_SRF_Info that can be used in conjunction with the SRM API to do coordinate conversions.
SRM_STAT_CODE_SUCCESS | and the SRM SRF handle is created. |
SRM_STAT_CODE_INVALID_INPUT | if either parameter is NULL. |
pointer to a populated SRF info structure from which the SRM SRF handle will be created.
pointer to user space SRM_SRF handle which will be populated with the correct SRM SRF information.
Prev: SE_ConvertFieldsToCoord.
Next: SE_EnumNameToAPI.
Up:Index.
|