SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Absolute_Time_Interval_Entry
/*
 * STRUCT: SE_Absolute_Time_Interval_Entry
 *
 *   This data type specifies a time interval based on
 *   an absolute time specification.
 */
typedef struct
{

SE_Absolute_Time_Fields reference_time;1
SE_Absolute_Time_Interval_Fields absolute_interval;2
} SE_Absolute_Time_Interval_Entry;


Field Notes

reference_time

The start time of the interval.

absolute_interval

The duration of the interval.




Next: SE_Access_Mode.


Return to: Top of this Page, Type Index