71 Kallisto(std::string name, std::string address);
83 void operator=(
Kallisto const&) =
delete;
84 void operator=(
Kallisto &&) =
delete;
139 bool operator== (
const Kallisto &other)
const;
140 bool operator!= (
const Kallisto &other)
const;
146 #endif // KALLISTO_HPP std::string getAddress() const
std::string getManufacturer() const
std::string m_manufacturer
Definition: kallisto.hpp:59
std::string getFirmwareVersion() const
Definition: bluetooth_adapter.hpp:52
std::string m_firmware_version
Definition: kallisto.hpp:63
std::string getHardwareVersion() const
std::string getSoftwareVersion() const
std::string m_software_version
Definition: kallisto.hpp:61
const std::string m_name
Definition: kallisto.hpp:55
Kallisto(std::string name, std::string address)
std::string getName() const
virtual bool getBeingUsed()=0
std::string m_hardware_version
Definition: kallisto.hpp:65
virtual bool getLinkLoss()=0
const std::string m_address
Definition: kallisto.hpp:57