#include <ros/ros.h>#include <std_srvs/Empty.h>#include <string>#include <vector>#include <ostream>#include "ros/serialization.h"#include "ros/builtin_message_traits.h"#include "ros/message_operations.h"#include "ros/message.h"#include "ros/time.h"#include "ros/service_traits.h"#include <test_roscpp/TestEmpty.h>#include <test_roscpp/TestArray.h>

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | pubTimer (const ros::TimerEvent &) |
| bool | switchPublisherType (std_srvs::EmptyRequest &, std_srvs::EmptyResponse &) |
Variables | |
| ros::Publisher | g_pub |
| int8_t | type = 0 |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 64 of file publisher_for_star_subscriber.cpp.
| void pubTimer | ( | const ros::TimerEvent & | ) |
Definition at line 59 of file publisher_for_star_subscriber.cpp.
| bool switchPublisherType | ( | std_srvs::EmptyRequest & | , | |
| std_srvs::EmptyResponse & | ||||
| ) |
Definition at line 42 of file publisher_for_star_subscriber.cpp.
| ros::Publisher g_pub |
Definition at line 39 of file publisher_for_star_subscriber.cpp.
| int8_t type = 0 |
Definition at line 40 of file publisher_for_star_subscriber.cpp.