sbrcsr  3.2.0
ATOMAS sbrcsr

This section is a demonstration and walkthrough of calling the CSR API and dependent APIs. The final section gives example code without error handling, while the sections leading up to this discuss various aspects and consideration in making the calls.

In addition to the third-party libraries in Third party dependencies and licensing, the SBRCSR SDK is dependent on the ATOBASE SDK, which provides "infrastructure" code such as configuration, logging, error handling.

However, in order for CSR to be useful, two additional inputs are required:

Therefore, the example code sources these from the following SDKs, respectively:

The discussion herein, assumes use of these additional SDKs.

The discussion also assumes the background material in: