Vanetza
 
Loading...
Searching...
No Matches
length.hpp
1#ifndef LENGTH_HPP_56IO9TDB
2#define LENGTH_HPP_56IO9TDB
3
4#include <boost/units/quantity.hpp>
5#include <boost/units/systems/si/length.hpp>
6
7namespace vanetza
8{
9namespace units
10{
11
12namespace si = boost::units::si;
13typedef boost::units::quantity<si::length> Length;
14
15} // namespace units
16} // namespace vanetza
17
18#endif /* LENGTH_HPP_56IO9TDB */
19