PPT Slide
Basic Operations
- For each mapped SEDRIS object instance:
- Create (allocate) an object of the appropriate type
SE_STATUS_CODE_ENUM status;
/* create a <Model Library> object */
status = SE_CreateObject(
SE_MODEL_LIBRARY_TOKEN, /* determines object type */
Insertion Functionality [7 of 19]