TraveSim Adapters
0.1
Protobuf adapters for TraveSim project
|
Example to read data published from a team. More...
#include <iostream>
#include <boost/asio.hpp>
#include "travesim_adapters/protobuf/team_receiver.hpp"
Go to the source code of this file.
Macros | |
#define | BUFFER_SIZE 1024U |
#define | CLEAR_TERMINAL "\033[2J\033[H" |
Functions | |
int | main (int argc, char *argv[]) |
Example to read data published from a team.
Definition in file team_receiver_example.cpp.
#define BUFFER_SIZE 1024U |
Definition at line 24 of file team_receiver_example.cpp.
#define CLEAR_TERMINAL "\033[2J\033[H" |
Definition at line 25 of file team_receiver_example.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 31 of file team_receiver_example.cpp.
References CLEAR_TERMINAL, and travesim::proto::TeamReceiver::receive().