SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Time_Measurement_Type
/*
 * 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 enum
{
SE_TIME_MEAS_TYP_GMT, (notes)
SE_TIME_MEAS_TYP_RELATIVE_TO_EXERCISE_START,
SE_TIME_MEAS_TYP_RELATIVE_TO_REFERENCE_TIME
} SE_Time_Measurement_Type;


Enumerant Notes


SE_TIME_MEAS_TYP_GMT

 Sometimes called Absolute Time, since the other types of times
 listed here are relative times.



Prev: SE_Time_Interval_Entry. Next: SE_Time_Point_Entry.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS