modified user example in manual/manual-api and regenerated documentation

This commit is contained in:
Dhanya Maliakal
2017-08-24 16:47:27 +02:00
parent 598d163173
commit 319d883880
123 changed files with 166 additions and 146 deletions

View File

@@ -18,7 +18,7 @@
#include <string>
using namespace std;
#define NUM_RECEIVERS 2
#define NUM_RECEIVERS 1
#define START_TCP_PORT 1954
#define PRINT_IN_COLOR(c,f, ...) printf ("\033[%dm" f RESET, 30 + c+1, ##__VA_ARGS__)