#include <string>
#include <gtest/gtest.h>
#include <stdlib.h>
#include "ros/ros.h"
#include "test_roscpp/TestEmpty.h"
Go to the source code of this file.
Classes | |
struct | ConstHelper |
struct | NonConstHelper |
Functions | |
int | main (int argc, char **argv) |
TEST (NonConstSubscriptions, oneNonConstSubscriber) | |
TEST (NonConstSubscriptions, oneConstOneNonConst) | |
TEST (NonConstSubscriptions, twoNonConst) | |
TEST (NonConstSubscriptions, twoConst) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 135 of file nonconst_subscriptions.cpp.
TEST | ( | NonConstSubscriptions | , |
oneNonConstSubscriber | |||
) |
Definition at line 67 of file nonconst_subscriptions.cpp.
TEST | ( | NonConstSubscriptions | , |
oneConstOneNonConst | |||
) |
Definition at line 82 of file nonconst_subscriptions.cpp.
TEST | ( | NonConstSubscriptions | , |
twoNonConst | |||
) |
Definition at line 100 of file nonconst_subscriptions.cpp.
TEST | ( | NonConstSubscriptions | , |
twoConst | |||
) |
Definition at line 117 of file nonconst_subscriptions.cpp.