| Public Member Functions | |
| void | test (std::vector< Msg > messages) | 
| Private Types | |
| typedef visualization_msgs::InteractiveMarkerInitConstPtr | InitConstPtr | 
| typedef visualization_msgs::InteractiveMarkerUpdateConstPtr | UpdateConstPtr | 
| Private Member Functions | |
| void | initCb (const InitConstPtr &msg) | 
| void | resetCb (const std::string &server_id) | 
| void | resetReceivedMsgs () | 
| void | statusCb (InteractiveMarkerClient::StatusT status, const std::string &server_id, const std::string &msg) | 
| void | updateCb (const UpdateConstPtr &msg) | 
| Private Attributes | |
| std::vector < visualization_msgs::InteractiveMarkerInit > | recv_init_msgs | 
| std::vector< std::string > | recv_reset_calls | 
| std::vector < visualization_msgs::InteractiveMarkerUpdate > | recv_update_msgs | 
Definition at line 77 of file client_test.cpp.
| typedef visualization_msgs::InteractiveMarkerInitConstPtr SequenceTest::InitConstPtr  [private] | 
Definition at line 79 of file client_test.cpp.
| typedef visualization_msgs::InteractiveMarkerUpdateConstPtr SequenceTest::UpdateConstPtr  [private] | 
Definition at line 80 of file client_test.cpp.
| void SequenceTest::initCb | ( | const InitConstPtr & | msg | ) |  [inline, private] | 
Definition at line 99 of file client_test.cpp.
| void SequenceTest::resetCb | ( | const std::string & | server_id | ) |  [inline, private] | 
Definition at line 114 of file client_test.cpp.
| void SequenceTest::resetReceivedMsgs | ( | ) |  [inline, private] | 
Definition at line 86 of file client_test.cpp.
| void SequenceTest::statusCb | ( | InteractiveMarkerClient::StatusT | status, | 
| const std::string & | server_id, | ||
| const std::string & | msg | ||
| ) |  [inline, private] | 
Definition at line 105 of file client_test.cpp.
| void SequenceTest::test | ( | std::vector< Msg > | messages | ) |  [inline] | 
Definition at line 121 of file client_test.cpp.
| void SequenceTest::updateCb | ( | const UpdateConstPtr & | msg | ) |  [inline, private] | 
Definition at line 93 of file client_test.cpp.
| std::vector<visualization_msgs::InteractiveMarkerInit> SequenceTest::recv_init_msgs  [private] | 
Definition at line 82 of file client_test.cpp.
| std::vector<std::string> SequenceTest::recv_reset_calls  [private] | 
Definition at line 84 of file client_test.cpp.
| std::vector<visualization_msgs::InteractiveMarkerUpdate> SequenceTest::recv_update_msgs  [private] | 
Definition at line 83 of file client_test.cpp.