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.5. opae_mgr_get_sensor_value_by_name()

Prototype:

int opae_mgr_get_sensor_value_by_name(struct opae_manager *mgr, const char *name, unsigned int *value);

Arguments:

mgr: A pointer to the opae_manager.

name: A pointer to the name 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 name in the global sensor list.
Related Defines None.