Skip to content

Releases: UniStuttgart-VISUS/power-overwhelming

Add ability to retrieve marker labels

29 Jan 10:21

Choose a tag to compare

  • Adds the ability to retrieve labels registered via marker_configuration from the sensor_array.
  • Fixes the timestamp generation of the emi_sensor.
  • Fixes the missing GUID in rtx_instrument_configuration.
  • Fixes reference position and trigger position not being included when (de-) serialising rtx_instrument_configuration.

New, more opaque API

19 May 18:07

Choose a tag to compare

New API design that is fully asynchronous and hides all sensor details.

Support for ADL_PMLOG_BOARD_POWER

26 Jul 12:44

Choose a tag to compare

Adds support for new sensor IDs introduced in ADL 17.1 and used for RX7000 cards.

Added measurement_data

26 Jun 09:46
6074bbe

Choose a tag to compare

The new measurement_data class enables applications to obtain raw sampling data without sensor descriptions, thus reducing the overhead of processing samples (no string copies).

Add timestamp_resolution::hundred_nanoseconds

25 Jun 08:57

Choose a tag to compare

Allow for generating timestamps using Windows' native 100ns unit.

1.5.0

18 Apr 16:04

Choose a tag to compare

Enables fPIC on Tinkerforge API.
Fixes issues with SAL annotations.

1.4.0

20 Mar 14:35
1b5d38a

Choose a tag to compare

Fixed a bug where contract promising to convert nullptr into an empty string was not kept.
Fixed a naming issue of the Tinkerforge configuration class.

1.3.0

17 Mar 09:17

Choose a tag to compare

Adds support for installing the CMake build.
Changes the scope of what is built by the CI.

1.2.0

11 Mar 11:25
98f4cbb

Choose a tag to compare

Change API of collector factory methods to enable the user to configure the collector parameters when providing his own sensors.

1.1.0

09 Mar 13:12
6efae95

Choose a tag to compare

Improved collector API.
Fixed issue of EMI names not being valid regex.