se_sac_enum.c
* GLOBAL VARIABLE (Label): SE_PROP_VAL_DBT__SPILLING
* ENUMERATOR FOR SEDRIS Attribute Code: BTD_
* SE_SAC_BREAKER_TYPE_DOMINANT
* Source: Associate inputs to support SEDRIS Release 1.34
* Added to integrate Data Tables with Properties in Release 1.34.
const SE_SAC_ENUM_VALUE SE_PROP_VAL_DBT__SPILLING = 1;
* GLOBAL VARIABLE (Label): SE_PROP_VAL_DBT__UNKNOWN
* ENUMERATOR FOR SEDRIS Attribute Code: BTD_
* SE_SAC_BREAKER_TYPE_DOMINANT
* Source: Associate inputs to support SEDRIS Release 1.34
* Added to integrate Data Tables with Properties in Release 1.34.
const SE_SAC_ENUM_VALUE SE_PROP_VAL_DBT__UNKNOWN = 0;
- Document your code, make it obvious
- Use declared constants instead of strings
- Header/body provides declarations and documentation
- Use them!