radio_tool 0.2.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
DeviceMapper Struct Reference
Collaboration diagram for DeviceMapper:
Collaboration graph

Public Attributes

std::function< bool(const std::string &)> SupportsDevice
 
std::function< RadioOperations *(const std::string &)> CreateOperations
 
std::function< bool(const libusb_device_descriptor &)> SupportsDevice
 
std::function< RadioOperations *(libusb_device_handle *)> CreateOperations
 

Detailed Description

Definition at line 37 of file serial_radio_factory.cpp.

Member Data Documentation

◆ CreateOperations [1/2]

std::function<RadioOperations* (const std::string&)> DeviceMapper::CreateOperations

Definition at line 40 of file serial_radio_factory.cpp.

◆ CreateOperations [2/2]

std::function<RadioOperations* (libusb_device_handle*)> DeviceMapper::CreateOperations

Definition at line 38 of file usb_radio_factory.cpp.

◆ SupportsDevice [1/2]

std::function<bool(const std::string&)> DeviceMapper::SupportsDevice

Definition at line 39 of file serial_radio_factory.cpp.

◆ SupportsDevice [2/2]

std::function<bool(const libusb_device_descriptor&)> DeviceMapper::SupportsDevice

Definition at line 37 of file usb_radio_factory.cpp.


The documentation for this struct was generated from the following files: