Wiselib
|
#include <roomba_angle.h>
Public Types | |
typedef Math_P | Math |
Public Member Functions | |
RoombaAngle () | |
RoombaAngle (double radians) | |
RoombaAngle & | operator= (RoombaAngle &other) |
RoombaAngle & | operator= (double r) |
RoombaAngle & | operator+= (double r) |
operator double () | |
int16_t | roomba_units_ () |
void | set_roomba_units_ (int16_t r) |
Static Public Attributes | |
static const double | GAUGE = 1.0 |
typedef Math_P wiselib::RoombaAngle< Math_P >::Math |
wiselib::RoombaAngle< Math_P >::RoombaAngle | ( | ) | [inline] |
wiselib::RoombaAngle< Math_P >::RoombaAngle | ( | double | radians | ) | [inline] |
wiselib::RoombaAngle< Math_P >::operator double | ( | ) | [inline] |
RoombaAngle& wiselib::RoombaAngle< Math_P >::operator+= | ( | double | r | ) | [inline] |
RoombaAngle& wiselib::RoombaAngle< Math_P >::operator= | ( | double | r | ) | [inline] |
RoombaAngle& wiselib::RoombaAngle< Math_P >::operator= | ( | RoombaAngle< Math_P > & | other | ) | [inline] |
int16_t wiselib::RoombaAngle< Math_P >::roomba_units_ | ( | ) | [inline] |
void wiselib::RoombaAngle< Math_P >::set_roomba_units_ | ( | int16_t | r | ) | [inline] |
const double wiselib::RoombaAngle< Math_P >::GAUGE = 1.0 [static] |