The SEDRIS Data Representation Model
APPENDIX D - Functions
SE SingleValueToBoolean
extern SE_DRM_Status_Code
SE_SingleValueToBoolean
(
const SE_Single_Value  *value_ptr,1
EDCS_Boolean  *result_out_ptr2
);

Definition

Converts an SE_Single_Value to an EDCS_Boolean.

When converting:

string: if non-NULL, treated as TRUE; otherwise, FALSE

all others: normal logical rules apply


Returns

SE_DRM_STAT_CODE_SUCCESS and *result_out_ptr is set appropriately, if valid parameters were passed in.
SE_DRM_STAT_CODE_NULL_REQUIRED_PARAMETER and no changes are made, if any parameter is NULL.
SE_DRM_STAT_CODE_FAILURE and *result_out_ptr is set to EDCS_FALSE, if *value_ptr is invalid.

Parameters Notes

1 pointer to the SE_Single_Value to be converted

2 pointer to the EDCS_Boolean where the result will be stored


Prev: SE_SetURN. Next: SE_SingleValueToCount. Up:Index.