#include "device.h"
#include "stream.h"
#include "config.h"
#include "gentl_wrapper.h"
#include "exception.h"
#include "cport.h"
#include <iostream>
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...
|
| |