Both Sybase CEP Server and Sybase CEP Studio ship with the Sybase CEPC/C++ SDK. All the C/C++ SDK files are in the directory sdk/c under the Sybase CEP Server or Sybase CEP Studio installation directory.
Note: the discussion in the following pages is limited to functions specific to Guaranteed Delivery. It does not cover general adapter implementation functions. See Sybase CEP
C/C++ SDK for more general information about writing adapters.
Publishing for an In-Process Adapter
An overview of the functionality required to implement guaranteed processing for an in-process adapter and the corresponding Sybase CEP C/C++ in-process API functions you use for each.
Publishing for an Out-of-Process Adapter
A description of the functionality required to implement guaranteed processing for an out-of-process adapter and the corresponding Sybase CEP C/C++ out-of-process API functions you use for each.
Subscribing for an In-Process Adapter
A description of the functionality required to implement guaranteed processing for an in-process adapter and the corresponding Sybase CEP C/C++ in-process API functions you use for each.
Subscribing for an Out-of-Process Adapter
A description of the functionality required to implement guaranteed processing for an out-of-process adapter and the corresponding Sybase CEP C/C++ in-process API functions you use for each.