#include <gtest/gtest.h>
#include <actionlib/TestAction.h>
#include <actionlib/client/simple_action_client.h>
Go to the source code of this file.
Functions | |
void | easyDoneCallback (bool *called, SimpleActionClient< TestAction > *ac, const SimpleClientGoalState &state, const TestResultConstPtr &) |
int | main (int argc, char **argv) |
void | spinThread () |
TEST (SimpleClient, easy_callback) | |
TEST (SimpleClient, easy_tests) | |
void easyDoneCallback | ( | bool * | called, |
SimpleActionClient< TestAction > * | ac, | ||
const SimpleClientGoalState & | state, | ||
const TestResultConstPtr & | |||
) |
Definition at line 82 of file simple_client_test.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 122 of file simple_client_test.cpp.
void spinThread | ( | ) |
Definition at line 116 of file simple_client_test.cpp.
TEST | ( | SimpleClient | , |
easy_callback | |||
) |
Definition at line 93 of file simple_client_test.cpp.
TEST | ( | SimpleClient | , |
easy_tests | |||
) |
Definition at line 43 of file simple_client_test.cpp.