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