$search
#include "ros/ros.h"
#include <test_roscpp/TestStringString.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
bool | srvCallback (test_roscpp::TestStringString::Request &req, test_roscpp::TestStringString::Response &res) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 46 of file service_wait_a_adv_b.cpp.
bool srvCallback | ( | test_roscpp::TestStringString::Request & | req, | |
test_roscpp::TestStringString::Response & | res | |||
) |
Definition at line 39 of file service_wait_a_adv_b.cpp.