The SEDRIS Data Representation Model
APPENDIX C - Types
SE_API
/*
 * ENUM: SE_API
 *
 *   This data type identifies the API within which a type is defined.
 */
typedef enum
{
SE_API_SRM,
SE_API_EDCS,
SE_API_DRM,
SE_API_TACCESS0,1
SE_API_TACCESS12
} SE_API;


Enumerant Notes

1 not applicable for types used by the DRM, but provided for use by higher-level code generators

2 not applicable for types used by the DRM, but provided for use by higher-level code generators




Prev: SE_Address. Next: SE_Axis_Alignment.


Return to: Top of this Page, Type Index