EDCS Reference Manual
Functions EDCS UnitsAreEquivalent |
---|
extern EDCS_Status_Code | ||||
EDCS_UnitsAreEquivalent | ||||
( | ||||
const | EDCS_Unit_Code | eu_code1_in, | 1 | |
const | EDCS_Unit_Code | eu_code2_in, | 2 | |
EDCS_Boolean | * | result_out_ptr | 3 | |
); |
Determines whether eu_code1_in and eu_code2_in belong to the same EDCS Unit Equivalence Class (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 result_out_ptr is NULL. |
EDCS_SC_INVALID_INPUT_CODE | and *result_out_ptr is set to EDCS_FALSE, if eu_code1_in or eu_code2_in is not a valid EDCS_Unit_Code. |
1 first unit to test
2 second unit to test
3 pointer to a variable in the user's memory space that will be set to the result of the test
Prev: EDCS_UnitEquivalenceMembership.
Next: EDCS_ValidAttributeCode.
Up:Index.
|