1#ifndef DCCL_UNITS_DEGREES_H
2#define DCCL_UNITS_DEGREES_H
4#include <boost/units/systems/angle/degrees.hpp>
5#include <boost/units/systems/si/angular_velocity.hpp>
11typedef boost::units::divide_typeof_helper<boost::units::degree::plane_angle,
12 boost::units::si::time>::type degrees_per_second_unit;
14static const degrees_per_second_unit degrees_per_second;
Dynamic Compact Control Language namespace.