Select the Advanced tab.
External Libraries – use this option when the ODL code within the SFM makes calls to custom C or C++ code through a bridged library created using BIDL.
Name – enter the alias name, which is the user-defined name for the custom collection of C or C++ functions.
Library – enter the actual library file name. (<file name>.<file name_extension>).
Click Add to add the library to the list. Click Delete to remove a selected library from the list. Click Modify to change the name of a selected library.
Configure Custom Keys. Custom keys are available for most applications, including SFM. Custom keys entered here persist in the application configuration file. Custom keys are often used to statically define routing, debugging, or other resource configuration properties. Applications cannot alter custom key values. A custom key is read by an ODL application using clGetConfig. For example:
string sAppDebug;
sAppDebug="";
clGetConfig("APP.Debug",&sAppDebug);
In this example, the custom key APP.Debug belongs to the APP group (custom keys are defined in groups). The value is read from the application’s configuration file every time the application is enabled. A custom key is read by a Java application using getConfigValue. For example:
String sAppDebug="";
sAppDebug = getConfigValue("APP.Debug");
Click New below the Custom Keys Info box. These commands are available:
Name – enter the name of the key-value group.
Key – enter the name for a specific key for this group.
Value – enter the value of the specific key.
Click the Add button within the Custom Keys Add box, then click the window’s Add button.
Go to the ‘sfmayt’, ‘sfmproc’ DFC Flavors box. Use this option to declare the entry points using the sfmayt and sfmproc functions when this SFM is the target to receive data from another SFM (also referred to as “SFM-to-SFM communication”).
SFM Flavor – enter the flavor of the source SFM.
SFM Timeout – enter the time out value, in milliseconds, for the source SFM.
Click Add to add your entry to the list.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |