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