IExternalDll MethodsVisual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

The IExternalDll type exposes the following members.

Methods

  NameDescription
Public methodcompute
Interface for exported function "compute", used by Visual Signal's ExternalDll module to execute the actual computation provided by the user DLL.
Public methodgetDllInfo
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.
Public methodgetOutputCoordinates
Interface for exported function "getOutputCoordinates", used by Visual Signal's ExternalDll module to obtain the output data coordinates from the user DLL.
Public methodgetOutputDataIm
Interface for exported function "getOutputDataIm", used by Visual Signal's ExternalDll module to obtain the output data (imaginary part) from the user DLL.
Public methodgetOutputDataRe
Interface for exported function "getOutputDataRe", used by Visual Signal's ExternalDll module to obtain the output data (real part) from the user DLL.
Public methodgetOutputDescriptor
Interface for exported function "getOutputDescriptor", used by Visual Signal's ExternalDll module to obtain output descriptor from the user DLL.
Public methodgetProperties
Interface for exported function "getProperties", used by Visual Signal's ExternalDll module to obtain property values from the user DLL.
Public methodsetInputCoordinates
Interface for exported function "setInputCoordinates", used by Visual Signal's ExternalDll module to set input coordinates in the user DLL.
Public methodsetInputDataIm
Interface for exported function "setInputDataIm", used by Visual Signal's ExternalDll module to set the input data (imaginary part) in the user DLL.
Public methodsetInputDataRe
Interface for exported function "setInputDataRe", used by Visual Signal's ExternalDll module to set the input data (real part) in the user DLL.
Public methodsetInputDescriptors
Interface for exported function "setInputDescriptors", used by Visual Signal's ExternalDll module to set input descriptors in the user DLL.
Public methodsetProperties
Interface for exported function "setProperties", used by Visual Signal's ExternalDll module to set property values in the user DLL.
Top
See Also

Reference