|
SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Types SE_Time_Point_Entry |
|---|
/* * STRUCT: SE_Time_Point_Entry * * Used to build up the SE_Time_Entry data structure. */
| typedef | struct | |
| { | ||
| SE_Time_Measurement_Type | time_type; | |
| union | ||
| { | ||
| SE_Absolute_Time_Fields | abs_time; | |
| SE_Relative_Time_Fields | rel_to_sim; | |
| SE_Relative_To_Abs_Time_Point_Entry | rel_to_abs; | |
| } u; |
|