#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 41 of file test_callbacks_cpp.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 65 of file test_callbacks_cpp.cpp.
TEST | ( | TestCallbacksCpp | , |
dieInLifeCallback | |||
) |
Definition at line 50 of file test_callbacks_cpp.cpp.
const char TOPIC[] = "test_bond_topic" |
Definition at line 40 of file test_callbacks_cpp.cpp.