#include "device.h"
#include "stream.h"
#include "gentl_wrapper.h"
#include "exception.h"
#include "cport.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | rcg |
Functions | |
std::shared_ptr< Device > | rcg::getDevice (const char *devid) |
Searches across all transport layers and interfaces for a device. | |
std::vector< std::shared_ptr < Device > > | rcg::getDevices () |
Returns a list of all devices that are available across all transport layers and interfaces. |