#include "clientmain/ClientMain.h"
#include "dateFormater/DateFormater.h"
#include "clientConf/clientConf.h"
#include "defaultconf/DefaultConf.h"
#include <stdlib.h>
#include <iostream>
#include <string>
#include <cstring>
Include dependency graph for client.cpp:

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| the client executable parameters are: -i ipAddress -p portNumber -c callbackPeriod -n networkTimeout -o operation -a operationArgument | |
1.5.1