RDM Platform Support Package (PSP)
The RDM Platform Support Package implement most of the interface between RDM and the operating system.
- Reentrancy
The psp library is by design not reentrant.
- Library dependencies
- Library File Names
File Name | Where it is used |
---|---|
librdmpsp.so
|
Library used during compile on Unix |
librdmpsp-14.so
|
Used by runtime link-loader when executing on Unix |
rdmpsp-14.lib
|
Library used during compile on Windows |
rdmpsp-14.dll
|
Used by runtime link-loader when executing on Windows |
* | Other extensions may be used depending on target platform |