#include <iostream>#include <string>#include <typeinfo>#include <boost/serialization/nvp.hpp>#include <boost/lexical_cast.hpp>#include <boost/serialization/split_member.hpp>#include <boost/asio.hpp>

Zobrazit zdrojový text tohoto souboru.
Třídy | |
| class | SerialPort_t |
| Třída pro komunikaci sériovou linkou. ... | |
| struct | SerialPort_t::serialPortOptions_s |
| struct | SerialPort_t::Break |
Funkce | |
| template<class T > | |
| SerialPort_t & | operator<< (SerialPort_t &port, const std::string &s) |
| template<class T > | |
| SerialPort_t & | operator>> (SerialPort_t &port, std::string &s) |
| template<class T > | |
| SerialPort_t & | operator<< (SerialPort_t &port, const T &t) |
| template<> | |
| SerialPort_t & | operator<< (SerialPort_t &port, const SerialPort_t::Break &t) |
| template<class T > | |
| SerialPort_t & | operator>> (SerialPort_t &port, T &t) |
Třída knihovny řízení stroje.
1.6.1