#include <cstdio>
#include <vector>
#include <list>
#include "ros/console.h"
#include "std_msgs/String.h"
#include "topic_tools/MuxSelect.h"
#include "topic_tools/MuxAdd.h"
#include "topic_tools/MuxList.h"
#include "topic_tools/MuxDelete.h"
#include "topic_tools/shape_shifter.h"
#include "topic_tools/parse.h"
Go to the source code of this file.
◆ add_topic_cb()
bool add_topic_cb |
( |
topic_tools::MuxAdd::Request & |
req, |
|
|
topic_tools::MuxAdd::Response & |
res |
|
) |
| |
◆ conn_cb()
◆ del_topic_cb()
bool del_topic_cb |
( |
topic_tools::MuxDelete::Request & |
req, |
|
|
topic_tools::MuxDelete::Response & |
res |
|
) |
| |
◆ in_cb()
◆ list_topic_cb()
bool list_topic_cb |
( |
topic_tools::MuxList::Request & |
req, |
|
|
topic_tools::MuxList::Response & |
res |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ sel_srv_cb()
bool sel_srv_cb |
( |
topic_tools::MuxSelect::Request & |
req, |
|
|
topic_tools::MuxSelect::Response & |
res |
|
) |
| |
◆ sel_srv_cb_dep()
bool sel_srv_cb_dep |
( |
topic_tools::MuxSelect::Request & |
req, |
|
|
topic_tools::MuxSelect::Response & |
res |
|
) |
| |
◆ g_advertised
bool g_advertised = false |
|
static |
◆ g_latch
◆ g_lazy
◆ g_node
◆ g_none_topic
const string g_none_topic = "__none" |
|
static |
◆ g_output_topic
◆ g_pub
◆ g_pub_selected
◆ g_selected
list<struct sub_info_t>::iterator g_selected = g_subs.end() |
|
static |
◆ g_subs