forked from ROMEO/obsw
zedboard working
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user