atostm 3.2.0
ATOMAS atostm

This section is a demonstration and walkthrough of calling the STM 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 ATOSTM SDK is dependent on the ATOBASE SDK, which provides "infrastructure" code such as configuration, logging, error handling.

However, in order for STM to be useful, one additional input is required:

Therefore, the example code sources these from the following SDK:

The discussion herein, assumes use of these additional SDKs.

The discussion also assumes the background material in: