PIEthernet:resolve()

git-svn-id: svn://db.shs.com.ru/pip@171 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2016-01-27 13:44:48 +00:00
parent eb19b077a3
commit 0966a6088c
4 changed files with 55 additions and 25 deletions

View File

@@ -1,6 +1,7 @@
#include "pikbdlistener.h"
#include "piconnection.h"
#include "piconfig.h"
#include "piethernet.h"
int main (int argc, char * argv[]) {
/*PIKbdListener k;
@@ -11,7 +12,6 @@ int main (int argc, char * argv[]) {
k.start();
WAIT_FOR_EXIT
return 0;*/
PIConfig c("mems.conf");
piCout << c.allTree();
piCout << PIEthernet::resolve(argv[1]);
}