~thomas-voss/location-service/refactor-location-position

« back to all changes in this revision

Viewing changes to 3rd-party/ichnaea/include/ichnaea/ichnaea.h

  • Committer: Thomas Voß
  • Date: 2016-08-14 19:36:05 UTC
  • Revision ID: thomas.voss@canonical.com-20160814193605-e6c0xitja9yncmw8
Add back mls provider relying on Mozilla's location service.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright (C) 2016 Canonical Ltd.
 
2
// 
 
3
// This library is free software: you can redistribute it and/or modify
 
4
// it under the terms of the GNU Lesser General Public License as published
 
5
// by the Free Software Foundation, either version 3 of the License, or
 
6
// (at your option) any later version.
 
7
// 
 
8
// This program is distributed in the hope that it will be useful,
 
9
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
// GNU General Public License for more details.
 
12
// 
 
13
// You should have received a copy of the GNU Lesser General Public License
 
14
// along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
#ifndef ICHNAEA_ICHNAEA_H_
 
16
#define ICHNAEA_ICHNAEA_H_
 
17
 
 
18
#include "ichnaea/response.h"
 
19
#include "ichnaea/radio_cell.h"
 
20
#include "ichnaea/client.h"
 
21
#include "ichnaea/error.h"
 
22
#include "ichnaea/geosubmit/parameters.h"
 
23
#include "ichnaea/geosubmit/result.h"
 
24
#include "ichnaea/geosubmit/report.h"
 
25
#include "ichnaea/bluetooth_beacon.h"
 
26
#include "ichnaea/geolocate/fallback.h"
 
27
#include "ichnaea/geolocate/parameters.h"
 
28
#include "ichnaea/geolocate/result.h"
 
29
#include "ichnaea/wifi_access_point.h"
 
30
 
 
31
/// @brief ichnaea contains types and functions for using Mozilla's location services:
 
32
///
 
33
/// Please see https://mozilla.github.io/ichnaea/index.html for further details on the server-side
 
34
/// implementation.
 
35
namespace ichnaea{}
 
36
 
 
37
#endif // ICHNAEA_ICHNAEA_H_