|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Interval_Value_Type |
|---|
/* * REGISTERABLE ENUM: SE_Interval_Value_Type * * A code to be used in a tagged union struct to store * interval types for <Interval Axis>. */typedef SE_Short_Integer SE_Interval_Value_Type;
| Enumerant | Definition | Value |
|---|---|---|
| SE_INTRVLVALTYP_FLOAT | 1 | |
| SE_INTRVLVALTYP_INTEGER | 2 | |
| SE_INTRVLVALTYP_COUNT | 3 |
|