Add the follwoing functions to the c++ models: - [ ] void get_sensors(): Returns a list of tuples (sensor_name, sampling_rate) - [ ] get_window_size(): Returns the window size for each sensor - Also add the model_id to the c++ model, so that we can see which model is running on it.