This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Indoor/sensors/radio/model/WiFiModels.h
k-a-z-u a8123d532d added wifi per-floor optimization
added plot to wifi-quality-analyzer
changes to per-floor wifi models
minor fixes
2018-05-16 13:02:06 +02:00

10 lines
203 B
C

#ifndef WIFIMODELS_H
#define WIFIMODELS_H
/** umbrella header for WiFiModel and factory */
#include "WiFiModel.h"
#include "WiFiModelFactory.h"
#include "WiFiModelFactoryImpl.h"
#endif // WIFIMODELS_H