Previous Topic: RecommendationsNext Topic: Installed Code


Using Windows and UNIX APIs

Use this information if you want to develop programs that use the CA Gen Encyclopedia or Workstation Application Program Interface (API).

The Encyclopedia and Workstation APIs provide a set of C subroutines to read schema and administration information, and to read or update a model in the CSE or Workstation. These functions are provided as static and dynamic load libraries along with additional development files.

These APIs have two functional sets:

This chapter covers these APIs:

Demo program source code and executables are installed with the read-only and Update APIs. These programs allow you to exercise the functions available in the APIs. You can select which functions to use through menus. You are prompted for inputs for each function. The completion status, or return code, and information collected by each function displays when the function completes. You can use the demo program executables to determine whether the Encyclopedia or Workstation API program is able to reach the model data source, or to explore each API function. You can also read the source code to see how the various API functions are called. The link control files and other build articles provide examples that you can use when you build your own Encyclopedia or Workstation API programs.