42 #ifndef KALLISTO_CORE_HPP_ 43 #define KALLISTO_CORE_HPP_ 45 #include "../util/error/kallisto_error.hpp" 46 #include "../util/log/logger_configuration.hpp" 47 #include "../bluetooth/scanner/bluetooth_scanner_configuration.hpp" 48 #include "../bluetooth/scanner/bluetooth_scanner_filter.hpp"
Definition: kallisto_manager.hpp:57
Definition: bluetooth_adapter.hpp:52
Class that encapsulates a result.
Definition: kallisto_error.hpp:81
Definition: system_manager.hpp:59
Definition: bluetooth_scanner_filter.hpp:64
Definition: bluetooth_scanner_configuration.hpp:92
static SensorManager * getSensorManagerInstance()
static KallistoManager * getKallistoManagerInstance()
Definition: kallisto_core.hpp:57
static KallistoCore * s_instance
Definition: kallisto_core.hpp:61
static SensorManager * s_sensor_manager_instance
Definition: kallisto_core.hpp:68
static error::KallistoDetailedResult init()
static KallistoManager * s_kallisto_manager_instance
Definition: kallisto_core.hpp:66
Definition: sensor_manager.hpp:58
static SystemManager * getSystemManagerInstance()
static KallistoCore * getInstance()
static SystemManager * s_system_manager_instance
Definition: kallisto_core.hpp:64