Skip to content
New MINOR release 00.26.00

Changes since 00.25.00:

- Change in the internal backend interface:
  * Require to specify a name in the NDRegisterAccessor constructor.
  This change may affect custom backends, but backends based on the NumericAddressedBackend are not affected.

- Introduce a unique ID for each register accessor (TransferElement::ID)

- Change in the interface of an experimental feature:
  * Change return type of TransferElement::readAny() into TransferElement::ID.

- Minor bug fixes