refactoring of serial drivers for linux #705

Merged
gaisser merged 4 commits from eive/fsfw:mueller/refactor_serial_linux into development 2022-11-14 14:39:42 +01:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit b6a3c206cc - Show all commits

View File

@ -1,6 +1,7 @@
#include "SerialComIF.h"
#include <errno.h>
#include <fcntl.h>
#include <fsfw_hal/linux/serial/SerialComIF.h>
#include <termios.h>
#include <unistd.h>

View File

@ -1,5 +1,6 @@
#include "SerialCookie.h"
#include <fsfw/serviceinterface.h>
#include <fsfw_hal/linux/serial/SerialCookie.h>
SerialCookie::SerialCookie(object_id_t handlerId, std::string deviceFile, UartBaudRate baudrate,
size_t maxReplyLen, UartModes uartMode)