#include <gtest/gtest.h>#include <ros/ros.h>#include <ros/connection_manager.h>#include "forwards.h"#include "connection.h"#include <boost/thread/mutex.hpp>#include <boost/signals/connection.hpp>#include "test_roscpp/TestArray.h"#include <string>#include <vector>#include <ostream>#include "ros/serialization.h"#include "ros/builtin_message_traits.h"#include "ros/message_operations.h"#include "ros/message.h"#include "ros/time.h"#include "ros/service_traits.h"

Go to the source code of this file.
Functions | |
| void | callback (const test_roscpp::TestArrayConstPtr &msg) |
| int | main (int argc, char **argv) |
| TEST (SubscribeRetryTCP, remoteDisconnect) | |
| TEST (SubscribeRetryTCP, localDisconnectNonTransportDisconnect) | |
| TEST (SubscribeRetryTCP, localDisconnect) | |
Variables | |
| int32_t | g_count = 0 |
| void callback | ( | const test_roscpp::TestArrayConstPtr & | msg | ) |
Definition at line 43 of file subscribe_retry_tcp.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 151 of file subscribe_retry_tcp.cpp.
| TEST | ( | SubscribeRetryTCP | , | |
| remoteDisconnect | ||||
| ) |
Definition at line 117 of file subscribe_retry_tcp.cpp.
| TEST | ( | SubscribeRetryTCP | , | |
| localDisconnectNonTransportDisconnect | ||||
| ) |
Definition at line 80 of file subscribe_retry_tcp.cpp.
| TEST | ( | SubscribeRetryTCP | , | |
| localDisconnect | ||||
| ) |
Definition at line 48 of file subscribe_retry_tcp.cpp.
| int32_t g_count = 0 |
Definition at line 42 of file subscribe_retry_tcp.cpp.