blmc_drivers
serial_reader.cpp File Reference

Wrapper for reading new-line terminated list of values from serial port. More...

#include "blmc_drivers/serial_reader.hpp"
#include <stdexcept>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <termios.h>
#include <unistd.h>
#include <iostream>
#include <fstream>
Include dependency graph for serial_reader.cpp:

Namespaces

 blmc_drivers
 This namespace is the standard namespace of the package.
 

Detailed Description

Wrapper for reading new-line terminated list of values from serial port.

Author
Julian Viereck
Date
2020-01-24