EDCS Reference Manual
Functions EDCS UnitEquivalenceMembership |
---|
extern EDCS_Status_Code | ||||
EDCS_UnitEquivalenceMembership | ||||
( | ||||
const | EDCS_Unit_Code | eu_code_in, | 1 | |
const | EDCS_Unit_Equivalence_Code | eq_code_in, | 2 | |
EDCS_Boolean | * | result_out_ptr | 3 | |
); |
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. |
1 handle to the EU code for which information is requested
2 handle to the EQ code to check membership for the give EU code
3 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.
|