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 absolute_time;
SE_Relative_Time_Fields relative_to_start;
SE_Relative_To_Absolute_Time_Entry relative_to_reference;
} time_point_data;
} SE_Time_Point_Entry;



Prev: SE_Time_Measurement_Type. Next: SE_Time_Select_Parameters.


Return to: Top of this Page, Type Index