The SEDRIS Data Representation Model
APPENDIX D - Functions
SE CreateObjectReferenceFromSRFContextInfo
extern SRM_Status_Code
SE_CreateObjectReferenceFromSRFContextInfo
(
const SE_SRF_Context_Info  *srf_info_in_ptr,1
SRM_Object_Reference  *srf_out_ptr2
);

Definition

Creates and returns an SRM_Object_Reference from an SE_SRF_Context_Info that can be used in conjunction with the SRM API to do coordinate conversions.


Returns

SRM_STATCOD_SUCCESS and the SRM_Object_Reference is created.
SRM_STATCOD_INVALID_INPUT if either parameter is NULL.

Parameters Notes

1 pointer to a populated SE_SRF_Context_Info from which the SRM_Object_Reference will be created.

2 pointer to user space SRM_Object_Reference which will be populated with the correct SRM SRF information.


Prev: SE_ConvertFieldsToCoordinate. Next: SE_EnumNameToAPI. Up:Index.