se_sac.c
* GLOBAL VARIABLE (Label): SE_SAC_BREAKER_TYPE_DOMINANT
* SEDRIS Attribute Code: BTD_
* Characteristic description of a breaking wave tripped by shoaling
* water. Three types of breakers (spilling, plunging, and surging)
* depend on the nature of the bottom and beach slope.
* Recommended Data Type: SE_SAC_ENUM_VALUE
* 1 SE_PROP_BTD__SPILLING
* 2 SE_PROP_BTD__PLUNGING
* Recommended Maximum Value: Not Applicable
* Recommended Minimum Value: Not Applicable
* Recommended Significant Digits: Not Applicable
* Recommended Tolerance: Not Applicable
* Units: SE_UNITS_ENUMERATION
* Source: Source: Associate inputs to support SEDRIS Release 1.34
* Added to integrate Data Tables with Properties in Release 1.34; was
* "Summary Dominant Breaker Type" from NSSM', however no enum
* provided so used { unknown, spilling, plunging, surging }. Source:
* COMNAVSURFPAC/COMNAVSURFLANT INSTRUCTION 3840.1B
* Joint Surf Manual 1987.
const SE_SAC_ID SE_SAC_BREAKER_TYPE_DOMINANT={{'B','T','D','_'}};
- Document your code, make it obvious
- Use declared constants instead of strings
- Header/body provides declarations and documentation
- Use them!