|
rgbd
|
#include "test_utils.h"#include <gtest/gtest.h>#include <boost/interprocess/shared_memory_object.hpp>#include <rgbd/image.h>#include <rgbd/server_shm.h>#include <ros/duration.h>#include <ros/init.h>#include <ros/node_handle.h>#include <ros/subscriber.h>#include <std_msgs/String.h>#include <memory>#include <thread>
Go to the source code of this file.
Classes | |
| class | SHMServer |
| class | SHMServerHostame |
Functions | |
| int | main (int argc, char **argv) |
| TEST_F (SHMServer, DeleteSHM) | |
| TEST_F (SHMServer, Initialize) | |
| TEST_F (SHMServer, SHMCreated) | |
| TEST_F (SHMServerHostame, PubHostname) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 102 of file shm_server_gtest.cpp.
| TEST_F | ( | SHMServer | , |
| DeleteSHM | |||
| ) |
Definition at line 81 of file shm_server_gtest.cpp.
| TEST_F | ( | SHMServer | , |
| Initialize | |||
| ) |
Definition at line 66 of file shm_server_gtest.cpp.
| TEST_F | ( | SHMServer | , |
| SHMCreated | |||
| ) |
Definition at line 72 of file shm_server_gtest.cpp.
| TEST_F | ( | SHMServerHostame | , |
| PubHostname | |||
| ) |
Definition at line 91 of file shm_server_gtest.cpp.
1.8.17