#include <gtest/gtest.h>#include "devsteer.h"
Go to the source code of this file.
Functions | |
| void | compare_ticks_and_degrees (int32_t center) |
| int | main (int argc, char **argv) |
| TEST (Conversions, ticks2degreesOffsetRight) | |
| TEST (Conversions, ticks2degreesOffsetLeft) | |
| TEST (Conversions, ticks2degreesCentered) | |
| void compare_ticks_and_degrees | ( | int32_t | center | ) |
Definition at line 13 of file test_devsteer.cc.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 42 of file test_devsteer.cc.
| TEST | ( | Conversions | , | |
| ticks2degreesOffsetRight | ||||
| ) |
Definition at line 36 of file test_devsteer.cc.
| TEST | ( | Conversions | , | |
| ticks2degreesOffsetLeft | ||||
| ) |
Definition at line 31 of file test_devsteer.cc.
| TEST | ( | Conversions | , | |
| ticks2degreesCentered | ||||
| ) |
Definition at line 26 of file test_devsteer.cc.