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;
} SE_Time_Point_Entry;



Prev: SE_Time_Measurement_Type. Next: SE_Time_Select_Parameters.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS