forked from ROMEO/obsw
starting fsfw
This commit is contained in:
13
bsp_z7/objects/ObjectFactory.h
Normal file
13
bsp_z7/objects/ObjectFactory.h
Normal file
@ -0,0 +1,13 @@
|
||||
#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