|
EDCS Reference Manual
Types EDCS_Unit_Status |
|---|
/* * REGISTERABLE ENUM: EDCS_Unit_Status * * $$$ comments go here */ typedef EDCS_Integer EDCS_Unit_Status;
| Enumerant | Definition | Value |
|---|---|---|
| EDCS_UNIT_STAT_RECOMMENDED | comments here |
1 |
| EDCS_UNIT_STAT_ACCEPTED | comments here |
2 |
| EDCS_UNIT_STAT_DEPRECATED | comments here |
3 |
| EDCS_UNIT_STAT_NOT_SI | comments here |
4 |
|