starting fsfw

This commit is contained in:
2023-09-11 18:12:52 +02:00
parent dcce9574c8
commit fb8f4a68e7
419 changed files with 146315 additions and 10 deletions

View 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