|
RTC Toolkit 5.1.0
|
Entry-point for the generic DDS publisher. More...
#include "genDdsPublisher.hpp"#include "rtctk/componentFramework/ddsPub.hpp"#include "rtctk/componentFramework/logger.hpp"#include <boost/program_options.hpp>#include <atomic>#include <chrono>#include <csignal>#include <iostream>#include <string>#include <thread>Functions | |
| void | SignalHandler (int signal) |
| int | main (int argc, char *argv[]) |
| Application entrypoint. | |
Variables | |
| volatile std::sig_atomic_t | terminate_app = 0 |
Entry-point for the generic DDS publisher.
A troubleshooting generic tool to publish DDS Agnostic samples to several DDS topic(s) in parallel.
| int main | ( | int | argc, |
| char * | argv[] ) |
Application entrypoint.
| void SignalHandler | ( | int | signal | ) |
| volatile std::sig_atomic_t terminate_app = 0 |