Writing S-Functions    

Ada S-Function Source File Format

To create an Ada S-function, you must create an Ada package that implements the callback methods required to simulate the S-function. The S-function package comprises a specification and a body.


  Creating Ada S-Functions Ada S-Function Specification