#include "interface.h"
#include <mutex>
#include <GenApi/EventAdapterGeneric.h>
Go to the source code of this file.
|
| std::shared_ptr< Device > | rcg::getDevice (const char *devid, uint64_t timeout) |
| | Searches across all transport layers and interfaces for a device. More...
|
| |
| std::shared_ptr< Device > | rcg::getDevice (const char *id) |
| |
| std::vector< std::shared_ptr< Device > > | rcg::getDevices () |
| |
| std::vector< std::shared_ptr< Device > > | rcg::getDevices (uint64_t timeout) |
| | Returns a list of all devices that are available across all transport layers and interfaces. More...
|
| |