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