static std::vector <Device*> getDeviceList (std::string deviceSubString)
Allows a user to get a list of devices whose name contains a specified substring. Passing “u250” would find any devices whose name contained “u250” e.g. “xilinx_u250_xdma_201830_2” This can be useful in a system with different types of cards installed.
Parameters:
deviceSubString | Substring to look for in the device name |