42 #ifndef KALLISTO_SENSOR_PROVIDER_HPP 43 #define KALLISTO_SENSOR_PROVIDER_HPP 45 #include "../sensor_provider.hpp" 78 std::vector<std::unique_ptr<SensorImpl> >
provide(
Kallisto&
kallisto,
const std::map<std::string, std::vector<uint8_t>>& service_data,
79 const std::map<uint16_t, std::vector<uint8_t> >& manufacturer_data,
87 #endif // KALLISTO_SENSOR_PROVIDER_HPP virtual ~KallistoSensorProvider()
Definition: kallisto_sensor_provider.hpp:54
Definition: kallisto_sensor_provider.hpp:49
std::vector< std::unique_ptr< SensorImpl > > provide(Kallisto &kallisto, const std::map< std::string, std::vector< uint8_t >> &service_data, const std::map< uint16_t, std::vector< uint8_t > > &manufacturer_data, util::Executor &event_dispatcher, bluetooth::BluetoothDispatcher &bluetooth_dispatcher, TimeSynchronizer &sensor_synchonizer)
Definition: time_synchronizer.hpp:56
Definition: bluetooth_adapter.hpp:52
Definition: sensor_provider.hpp:56
Definition: bluetooth_dispatcher.hpp:57
Definition: kallisto.hpp:52
Definition: executor.hpp:71