Opening the Transmittal
extern SE_STATUS_CODE_ENUM
SE_OpenTransmittalByName(
const char transmittal_name[],
const char implementation_identifier[],
SE_ACCESS_MODE_ENUM access_mode,
SE_TRANSMITTAL *transmittal_out_ptr);
Opens a SEDRIS transmittal by using its URN Name
- Example: “urn:sedris:saic:test.stf:1”
- Automatically resolves the transmittal name to a file location
- Uses the environment variable STF_ENV_URN_RESOLUTION
Support identification of the desired implementation
- The software distribution can be built to leverage dynamic link libraries (shared objects) to provide access to different implementation at run time.
If successful, returns the transmittal handle.