/* * STRUCT: SE_TIME_POINT_ENTRY * * Used to build up the SE_TIME_ENTRY data structure. */
| typedef | struct | |
| { | ||
| SE_TIME_TYPE_ENUM | time_type; | |
| union | ||
| { | ||
| SE_ABSOLUTE_TIME_POINT_FIELDS | abs_time; | |
| SE_RELATIVE_TIME_POINT_FIELDS | rel_to_sim; | |
| SE_RELATIVE_TO_ABS_TIME_POINT_ENTRY | rel_to_abs; | |
| } u; |