//! //! @file SerialPortApi.hpp //! @author Geoffrey Hunter (www.cladlab.com) //! @created 2014/05/15 //! @last-modified 2014/05/15 //! @brief File which contains all the API definitions needed to use the serial-port-cpp library. //! @details //! See README.rst in repo root dir for more info. // Header guard #ifndef SERIAL_PORT_SERIAL_PORT_API_H #define SERIAL_PORT_SERIAL_PORT_API_H // User headers #include "../include/SerialPort.hpp" #endif // #ifndef SERIAL_PORT_SERIAL_PORT_API_H