You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
333 B

#include <stdio.h>
#include <wchar.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <iostream>
#include <chrono>
#include <future>
#include <sched.h>
#include "./hardware/hw/serial.hpp"
class topLevelManager{
public:
void init();
private:
void detectHWAndConfig();
void setupThreads();
};