$search
#include <string>
#include <gtest/gtest.h>
#include <time.h>
#include <stdlib.h>
#include "ros/ros.h"
#include <test_roscpp/TestArray.h>
Go to the source code of this file.
Classes | |
class | Publications |
Functions | |
int | main (int argc, char **argv) |
TEST_F (Publications, pubUnadvertise) | |
Variables | |
bool | advertised |
bool | failure |
static int | g_argc |
static char ** | g_argv |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 126 of file publish_unadvertise.cpp.
TEST_F | ( | Publications | , | |
pubUnadvertise | ||||
) |
Definition at line 89 of file publish_unadvertise.cpp.
bool advertised |
Definition at line 46 of file publish_unadvertise.cpp.
bool failure |
Definition at line 45 of file publish_unadvertise.cpp.
int g_argc [static] |
Definition at line 42 of file publish_unadvertise.cpp.
char** g_argv [static] |
Definition at line 43 of file publish_unadvertise.cpp.