|
SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Types SE_Time_Interval_Entry |
|---|
/* * STRUCT: SE_Time_Interval_Entry * * Used to build up the SE_Time_Entry data structure. */typedef struct
| SE_Time_Measurement_Type | time_type; | |
| union | ||
| { | ||
| SE_Absolute_Time_Interval_Entry | absolute_time; | |
| SE_Relative_Time_Interval_Fields | relative_to_simulation; | |
| SE_Relative_To_Absolute_Time_Interval_Entry | relative_to_absolute; | |
| } time_interval_data; |
|