zedboard working

This commit is contained in:
2023-09-15 17:37:58 +02:00
parent fb8f4a68e7
commit 5a61af053b
13 changed files with 149 additions and 183 deletions

View File

@ -1,13 +1,8 @@
#pragma once
#include <cstdint>
#include <sys/socket.h>
namespace ObjectFactory {
extern uint16_t listeningPort;
extern socklen_t defaultDestinationLen ;
extern const sockaddr * defaultDestination ;
extern const char * simString;
void produce(void* args);
} // namespace ObjectFactory