#include <gtest/gtest.h>
#include "ros/poll_set.h"
#include "ros/transport/transport_tcp.h"
#include <boost/bind.hpp>
#include <boost/thread.hpp>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
void | readThread (TransportTCPPtr transport, uint8_t *buf, uint32_t size, volatile int32_t *read_out, volatile bool *done_read) |
|
| TEST_F (Synchronous, writeThenRead) |
|
| TEST_F (Synchronous, writeThenReadPartial) |
|
| TEST_F (Synchronous, readWhileWriting) |
|
| TEST_F (Synchronous, readAfterClose) |
|
| TEST_F (Synchronous, writeAfterClose) |
|
| TEST_F (Polled, readAndWrite) |
|
| TEST_F (Polled, enableDisableWrite) |
|
| TEST_F (Polled, disconnectNoTraffic) |
|
| TEST_F (Polled, disconnectWriter) |
|
| TEST_F (Polled, disconnectReader) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void readThread |
( |
TransportTCPPtr |
transport, |
|
|
uint8_t * |
buf, |
|
|
uint32_t |
size, |
|
|
volatile int32_t * |
read_out, |
|
|
volatile bool * |
done_read |
|
) |
| |
TEST_F |
( |
Polled |
, |
|
|
readAndWrite |
|
|
) |
| |
TEST_F |
( |
Polled |
, |
|
|
enableDisableWrite |
|
|
) |
| |
TEST_F |
( |
Polled |
, |
|
|
disconnectNoTraffic |
|
|
) |
| |
TEST_F |
( |
Polled |
, |
|
|
disconnectWriter |
|
|
) |
| |
TEST_F |
( |
Polled |
, |
|
|
disconnectReader |
|
|
) |
| |
test_roscpp
Author(s): Morgan Quigley, Josh Faust, Brian Gerkey, Troy Straszheim, Dirk Thomas
autogenerated on Mon Nov 2 2020 03:52:46