EDCS Reference Manual
Functions EDCS UnitEquivalenceMembership |
---|
extern EDCS_Status_Code | ||||
EDCS_UnitEquivalenceMembership | ||||
( | ||||
const | EDCS_Unit_Code | eu_code_in, | (notes) | |
const | EDCS_Unit_Equivalence_Code | eq_code_in, | (notes) | |
EDCS_Boolean | * | result_out_ptr | (notes) | |
); |
Determines if the given EU is a member of the given EQ.
EDCS_SC_SUCCESS | and *result_out_ptr is set to the appropriate value, if valid parameters were passed in. |
EDCS_SC_NULL_REQUIRED_PARAMETER | and no changes are made, if any parameter is NULL. |
EDCS_SC_INVALID_INPUT_CODE | and no changes are made, if eu_code_in does not correspond to a valid EU, or if eq_code_in does not correspond to a valid EQ. |
handle to the EU code for which information is requested
handle to the EQ code to check membership for the give EU code
pointer to a variable in the user's memory into which the boolean result (EDCS_TRUE or EDCS_FALSE) will be copied
Prev: EDCS_SymbolicConstantToEVCode.
Next: EDCS_UnitsAreEquivalent.
Up:Index.
|