Data Plane Development Kit Reference Manual: Intel FPGA Programmable Acceleration Card N3000

ID 683512
Date 12/06/2019
Public
Document Table of Contents

2.4.2.6. opae_mgr_get_sensor_value_by_id()

Prototype:

int opae_mgr_get_sensor_value_by_id(struct opae_manager *mgr, unsigned int id, unsigned int *value);

Arguments:

name: A pointer to the opae_manager.

name: A pointer to the ID of the sensor.
value: A pointer to the value of the sensor.

Returns:

Int.

Description:

Gets the value of the specified sensor by looking up the ID in the global sensor list.
Related Defines None.