API version 1.5.2
Top
[This is preliminary documentation and is subject to change.]
The IExternalDll type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| compute |
Interface for exported function "compute", used by Visual Signal's
ExternalDll module to execute the actual computation provided by the user DLL.
| |
| getDllInfo |
Interface for exported function "getDllInfo()", used by Visual Signal's
ExternalDll module to obtain DLL info such as name, version, API version,
language, and properties.
| |
| getOutputCoordinates |
Interface for exported function "getOutputCoordinates", used by Visual Signal's
ExternalDll module to obtain the output data coordinates from the user DLL.
| |
| getOutputDataIm |
Interface for exported function "getOutputDataIm", used by Visual Signal's
ExternalDll module to obtain the output data (imaginary part) from the user DLL.
| |
| getOutputDataRe |
Interface for exported function "getOutputDataRe", used by Visual Signal's
ExternalDll module to obtain the output data (real part) from the user DLL.
| |
| getOutputDescriptor |
Interface for exported function "getOutputDescriptor", used by Visual Signal's
ExternalDll module to obtain output descriptor from the user DLL.
| |
| getProperties |
Interface for exported function "getProperties", used by Visual Signal's
ExternalDll module to obtain property values from the user DLL.
| |
| setInputCoordinates |
Interface for exported function "setInputCoordinates",
used by Visual Signal's ExternalDll module to set input coordinates in the user DLL.
| |
| setInputDataIm |
Interface for exported function "setInputDataIm", used by Visual Signal's
ExternalDll module to set the input data (imaginary part) in the user DLL.
| |
| setInputDataRe |
Interface for exported function "setInputDataRe", used by Visual Signal's
ExternalDll module to set the input data (real part) in the user DLL.
| |
| setInputDescriptors |
Interface for exported function "setInputDescriptors", used by Visual Signal's
ExternalDll module to set input descriptors in the user DLL.
| |
| setProperties |
Interface for exported function "setProperties", used by Visual Signal's
ExternalDll module to set property values in the user DLL.
|
See Also