11 #ifndef INCLUDED_LIBCYBERRADIO_DRIVER_DRIVER_H 12 #define INCLUDED_LIBCYBERRADIO_DRIVER_DRIVER_H 14 #include "LibCyberRadio/Driver/RadioHandler.h" 63 const std::string& nameString,
64 const std::string& device =
"",
68 std::vector<std::string> getSupportedDevices(
void );
std::shared_ptr< RadioHandler > RadioHandlerPtr
A pointer to a radio handler object.
RadioHandlerPtr getRadioObject(const std::string &nameString, const std::string &device="", int devicePort=-1, bool debug=false)
Factory method for returning a radio handler object for a given radio.
Defines functionality for LibCyberRadio applications.