
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| TEST (UrRobotDriver, rtde_handshake) | |
| TEST (UrRobotDriver, rtde_handshake_wrong_ip) | |
| TEST (UrRobotDriver, rtde_handshake_illegal_ip) | |
| TEST (UrRobotDriver, no_recipe) | |
| TEST (UrRobotDriver, empty_recipe) | |
Variables | |
| const std::string | ROBOT_IP = "192.168.56.101" |
Definition in file test_rtde_client.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 84 of file test_rtde_client.cpp.
| TEST | ( | UrRobotDriver | , |
| rtde_handshake | |||
| ) |
Definition at line 36 of file test_rtde_client.cpp.
| TEST | ( | UrRobotDriver | , |
| rtde_handshake_wrong_ip | |||
| ) |
Definition at line 46 of file test_rtde_client.cpp.
| TEST | ( | UrRobotDriver | , |
| rtde_handshake_illegal_ip | |||
| ) |
Definition at line 56 of file test_rtde_client.cpp.
| TEST | ( | UrRobotDriver | , |
| no_recipe | |||
| ) |
Definition at line 66 of file test_rtde_client.cpp.
| TEST | ( | UrRobotDriver | , |
| empty_recipe | |||
| ) |
Definition at line 74 of file test_rtde_client.cpp.
| const std::string ROBOT_IP = "192.168.56.101" |
Definition at line 34 of file test_rtde_client.cpp.