The SEDRIS Data Representation Model
APPENDIX D - Functions
SE ValidCoordinateForSRFContextInfo
extern SRM_Boolean
SE_ValidCoordinateForSRFContextInfo
(
const SRM_Coordinate  *coord_in_ptr,1
const SE_SRF_Context_Info  *srf_info_in_ptr2
);

Definition

Validates whether the given SRM_Coordinate structure is valid for the given SE_SRF_Context_Info structure.


Returns

SRM_TRUE if both input structures are valid and the SRM_Coordinate is valid for the given SE_SRF_Context_Info.
SRM_FALSE if either handle is invalid or the SRM_Coordinate is not valid for the given SE_SRF_Context_Info.

Parameters Notes

1 Pointer to the SRM_Coordinate structure to be validate.

2 Pointer to the SE_SRF_Context_Info structure to which the SRM_Coordinate is validated against.


Prev: SE_ValidContactInformation. Next: SE_ValidCountIntervalValue. Up:Index.