|
SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Types SE_Time_Measurement_Type |
|---|
/* * REGISTERABLE ENUM: SE_Time_Measurement_Type * * Indicates whether time is being measured in terms of absolute * time, relative to the start of the exercise, or relative to * some reference time. */typedef SE_Short_Integer SE_Time_Measurement_Type;
| Enumerant | Definition | Value |
|---|---|---|
| SE_TIMEMEASTYP_GMT | Sometimes called Absolute Time, since the other types of times listed here are relative times. |
1 |
| SE_TIMEMEASTYP_RELATIVE_TO_EXERCISE_START | 2 | |
| SE_TIMEMEASTYP_RELATIVE_TO_REFERENCE_TIME | 3 |
|