|
SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Types SE_Relative_To_Abs_Time_Point_Entry |
|---|
/* * STRUCT: SE_Relative_To_Abs_Time_Point_Entry * * Used to build up the SE_Time_Point_Entry data structure. */
| typedef | struct | |
| { | ||
| SE_Absolute_Time_Fields | reference_time_point; | |
| SE_Relative_Time_Fields | relative_time; |
|