#include <bondcpp/bond.h>#include <gtest/gtest.h>#include <uuid/uuid.h>#include <ros/spinner.h>#include <test_bond/TestBond.h>#include <string>
Go to the source code of this file.
Functions | |
| std::string | genId () |
| int | main (int argc, char **argv) |
| TEST (TestCallbacksCpp, dieInLifeCallback) | |
Variables | |
| const char | TOPIC [] = "test_bond_topic" |
| std::string genId | ( | ) |
Definition at line 47 of file test_callbacks_cpp.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 81 of file test_callbacks_cpp.cpp.
| TEST | ( | TestCallbacksCpp | , |
| dieInLifeCallback | |||
| ) |
Definition at line 66 of file test_callbacks_cpp.cpp.
| const char TOPIC[] = "test_bond_topic" |
Definition at line 46 of file test_callbacks_cpp.cpp.