The SEDRIS Data Representation Model
APPENDIX D - Functions
SE CreateSRFFromSRFInfo
extern SRM_Status_Code
SE_CreateSRFFromSRFInfo
(
constSE_SRF_Info *srf_info_in_ptr, (notes)
SRM_SRF *srf_out_ptr (notes)
);

Definition

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.


Returns

SRM_STAT_CODE_SUCCESS and the SRM SRF handle is created.
SRM_STAT_CODE_INVALID_INPUT if either parameter is NULL.


Parameters Notes


srf_info_in_ptr

 pointer to a populated SRF info structure from which the SRM SRF 
 handle will be created.

srf_out_ptr

 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.

Last updated: July 16, 2004 Copyright © 2004 SEDRIS