Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 1 Introduction : C API Header Files

C API Header Files
The header files containing the function declarations and typedefs that make up the TIBCO ActiveSpaces C API are found in the AS_HOME/include/c directory. Each header file is named based upon the TIBCO ActiveSpaces object for which the file contains declarations or definitions. For example, browser.h contains the declaration of functions related to the use of Space Browsers while eventbrowser.h contains the declaration of functions related to the use of Event Browsers.
A single header file named tibas.h is provided, which includes all of the header files that comprise the TIBCO ActiveSpaces C API. The tibas.h file also contains the declaration of some functions that do not fit into the other header files. Therefore, it is recommended that you always include tibas.h in your application instead of including the separate header files.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved