~thomas-voss/location-service/enable-gnd-messages

« back to all changes in this revision

Viewing changes to src/location/providers/ubx/provider.h

  • Committer: Thomas Voß
  • Date: 2017-04-21 08:21:34 UTC
  • mfrom: (301.1.1 fix-snap-description)
  • Revision ID: thomas.voss@canonical.com-20170421082134-75505e65bwv7ipil
Merge lp:~thomas-voss/location-service/enable-user-selection-of-protocol.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#include <boost/filesystem.hpp>
29
29
 
 
30
#include <iosfwd>
30
31
#include <thread>
31
32
 
32
33
namespace location
145
146
        core::Signal<Update<units::MetersPerSecond>> velocity;
146
147
    } updates;
147
148
};
148
 
}
149
 
}
150
 
}
 
149
 
 
150
std::istream& operator>>(std::istream&, Provider::Protocol&);
 
151
std::ostream& operator<<(std::ostream&, Provider::Protocol);
 
152
 
 
153
}  // namespace ubx
 
154
}  // namespace providers
 
155
}  // namespace location
151
156
 
152
157
#endif // LOCATION_PROVIDERS_UBX_PROVIDER_H_