radio_tool 0.2.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
radio_tool::fw::FirmwareSupportTest Class Reference
Collaboration diagram for radio_tool::fw::FirmwareSupportTest:
Collaboration graph

Public Member Functions

 FirmwareSupportTest (std::function< bool(const std::string &)> &&fnFile, std::function< bool(const std::string &)> &&fnRadio, std::function< std::unique_ptr< FirmwareSupport >()> &&fnCreate)
 

Public Attributes

const std::function< bool(const std::string &)> SupportsFirmwareFile
 
const std::function< bool(const std::string &)> SupportsRadioModel
 
const std::function< std::unique_ptr< FirmwareSupport >()> CreateHandler
 

Detailed Description

Definition at line 33 of file fw_factory.hpp.

Constructor & Destructor Documentation

◆ FirmwareSupportTest()

radio_tool::fw::FirmwareSupportTest::FirmwareSupportTest ( std::function< bool(const std::string &)> &&  fnFile,
std::function< bool(const std::string &)> &&  fnRadio,
std::function< std::unique_ptr< FirmwareSupport >()> &&  fnCreate 
)
inline

Definition at line 36 of file fw_factory.hpp.

Member Data Documentation

◆ CreateHandler

const std::function<std::unique_ptr<FirmwareSupport>()> radio_tool::fw::FirmwareSupportTest::CreateHandler

Definition at line 48 of file fw_factory.hpp.

◆ SupportsFirmwareFile

const std::function<bool(const std::string &)> radio_tool::fw::FirmwareSupportTest::SupportsFirmwareFile

Definition at line 44 of file fw_factory.hpp.

◆ SupportsRadioModel

const std::function<bool(const std::string &)> radio_tool::fw::FirmwareSupportTest::SupportsRadioModel

Definition at line 46 of file fw_factory.hpp.


The documentation for this class was generated from the following file: