Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
kStatus GoAcceleratorMgr_ListSensors ( GoAcceleratorMgr  manager,
kArrayList  sensorList 
)

Get a list of accelerated sensors.

The list is returned in an array list of GoAcceleratorMgrSensorInfo. Caller must construct the kArrayList and pass the it as an argument to this API. The API will fill this list.

Each entry includes the set of ports used by the accelerated sensor. If the client had specified the ports to use, then the list entry's set of ports should be the same as the client specified ports. If the client had specified the Accelerator Manager dynamically allocate ports from the configured port range, then the list entry's set of ports contains the ports allocated to the sensor. The current acceleration status of the sensor is returned in the list entry for each sensor.

Version
Introduced in firmware 5.2.18.3
Parameters
managerGoAcceleratorMgr object.
sensorListArray list of GoAcceleratorMgrSensorInfo for each accelerated sensor.
Returns
Operation status.