42 #ifndef KALLISTO_HELPER_HPP 43 #define KALLISTO_HELPER_HPP 64 for(
auto it = device_list.begin(); it != device_list.end(); it++){
65 if((*it)->getAddress() == address){
81 for(
auto it = device_list.begin(); it != device_list.end(); it++){
82 if((*it)->getSensor(handle) !=
nullptr){
96 #endif // KALLISTO_HELPER_HPP Definition: kallisto_helper.hpp:53
static KallistoImpl * getKallistoWithAddress(const std::list< std::unique_ptr< hardware::KallistoImpl > > &device_list, std::string address)
Definition: kallisto_helper.hpp:62
Definition: bluetooth_adapter.hpp:52
Definition: kallisto_impl.hpp:70
static KallistoImpl * getKallistoWithSensorHandle(const std::list< std::unique_ptr< hardware::KallistoImpl > > &device_list, unsigned int handle)
Definition: kallisto_helper.hpp:79