Click or drag to resize

SDK and API modifications from version 8.2.x to 9.0.x

This topic contains the following sections:

This page describes the modifications of the API and SDK interfaces introduced in version 9.0.x.

Functions modifications
  • In the BaseManager class, and thus also in the derived ConfigManager class, the Connect and Disconnect methods have been renamed LinkDhmDevice and UnlinkDhmDevice respectively, to better reflect their function.

  • In the DHMDeviceFactory class, the CreateDHM function now takes the ConfigManager instance as argument (instead of the UserManager).

Note Note

Note that it is now possible to use the Environment API for easier initialization of the Lyncée Tec SDK main classes. But the classical initialization via the SDK is also valid.

New SDK Features
New API Features
  • New Sequence API used for everything related to holograms manipulation: acquisition, reconstruction and recording.

  • New Cycle API used for everything related to stage automation recording.

See Also