|
TraveSim Adapters
0.1
Protobuf adapters for TraveSim project
|
Example on how to use the MulticastReceiver. More...
#include <iostream>#include <string>#include <boost/asio.hpp>#include "boost/bind.hpp"#include "travesim_adapters/udp/multicast_receiver.hpp"Go to the source code of this file.
Macros | |
| #define | BUFFER_SIZE 1024U |
Functions | |
| int | main (int argc, char *argv[]) |
Example on how to use the MulticastReceiver.
Definition in file multicast_receiver_example.cpp.
| #define BUFFER_SIZE 1024U |
Definition at line 25 of file multicast_receiver_example.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 31 of file multicast_receiver_example.cpp.
References BUFFER_SIZE, and travesim::udp::Receiver::receive().