#include <gtest/gtest.h>#include <condition_variable>#include <ur_client_library/comm/stream.h>#include <ur_client_library/comm/tcp_server.h>#include <ur_client_library/rtde/data_package.h>#include "ur_client_library/primary/primary_package.h"
Go to the source code of this file.
Classes | |
| class | StreamTest |
Functions | |
| int | main (int argc, char *argv[]) |
| TEST_F (StreamTest, closed_stream) | |
| TEST_F (StreamTest, connect_stream) | |
| TEST_F (StreamTest, read_buffer_to_small) | |
| TEST_F (StreamTest, read_rtde_data_package) | |
| TEST_F (StreamTest, read_primary_data_package) | |
| TEST_F (StreamTest, write_data_package) | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 323 of file test_stream.cpp.
| TEST_F | ( | StreamTest | , |
| closed_stream | |||
| ) |
Definition at line 117 of file test_stream.cpp.
| TEST_F | ( | StreamTest | , |
| connect_stream | |||
| ) |
Definition at line 130 of file test_stream.cpp.
| TEST_F | ( | StreamTest | , |
| read_buffer_to_small | |||
| ) |
Definition at line 145 of file test_stream.cpp.
| TEST_F | ( | StreamTest | , |
| read_rtde_data_package | |||
| ) |
Definition at line 166 of file test_stream.cpp.
| TEST_F | ( | StreamTest | , |
| read_primary_data_package | |||
| ) |
Definition at line 190 of file test_stream.cpp.
| TEST_F | ( | StreamTest | , |
| write_data_package | |||
| ) |
Definition at line 303 of file test_stream.cpp.