wip for Eiger9M

This commit is contained in:
2016-12-01 07:43:46 +00:00
parent b9ac75330c
commit f61d819599
4 changed files with 162 additions and 113 deletions

View File

@@ -28,6 +28,7 @@ UDPInterface * UDPInterface::create(string receiver_type){
}
#ifdef REST
else if (receiver_type == "REST"){
FILE_LOG(logINFO) << "Starting " << receiver_type;
return new UDPRESTImplementation();
}
#endif