DCCL v4
Loading...
Searching...
No Matches
degrees.h
1#ifndef DCCL_UNITS_DEGREES_H
2#define DCCL_UNITS_DEGREES_H
3
4#include <boost/units/systems/angle/degrees.hpp>
5#include <boost/units/systems/si/angular_velocity.hpp>
6
7namespace dccl
8{
9namespace units
10{
11typedef boost::units::divide_typeof_helper<boost::units::degree::plane_angle,
12 boost::units::si::time>::type degrees_per_second_unit;
13
14static const degrees_per_second_unit degrees_per_second;
15
16} // namespace units
17} // namespace dccl
18
19#endif
Dynamic Compact Control Language namespace.
Definition any.h:47