QDMI Devices v0.1
Quantum Device Management Interface Devices
|
The implementation of the encapsulated type QDMI_TelemetrySensor on the device-side. More...
#include <sensors.h>
Public Member Functions | |
std::list< DCDB::SensorDataStoreReading > | query (DCDB::Connection *connection, uint64_t start, uint64_t end) |
This function is used to query the telemetry data from the DCDB. | |
The implementation of the encapsulated type QDMI_TelemetrySensor on the device-side.
Implemented to hold all the required input to query a QDMI_TelemetrySensor
using DCDB and its output. In this device, the QDMI_TelemetrySensor
s corresponses to the sensors at the HPC Telemetry located at the LRZ.
std::list< DCDB::SensorDataStoreReading > DCDB_QDMI_TelemetrySensor_impl_t::query | ( | DCDB::Connection * | connection, |
uint64_t | start, | ||
uint64_t | end ) |
This function is used to query the telemetry data from the DCDB.
This function queries telemetryal data in a given time interval using DCDB's sensor interface.
[in] | connection | The connection object that used to connect DCDB host. |
[in] | start | The start time as an UNIX timestamp of the time interval |
[in] | end | The end time as an UNIX timestamp of the time interval |