Rev 1592 | Rev 1599 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1592 | Rev 1596 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | SerialClient(boost::asio::io_service& io_service, ClientId id, ServerId server_id); |
34 | SerialClient(boost::asio::io_service& io_service, ClientId id, ServerId server_id); |
| 35 | virtual ~SerialClient(); |
35 | virtual ~SerialClient(); |
| 36 | 36 | ||
| 37 | void Connect(std::string address, unsigned int baud); |
37 | void Connect(std::string address, unsigned int baud); |
| 38 | void Disconnect(); |
38 | void Disconnect(); |
| 39 | void Send( |
39 | void Send(type::Byteset data); |
| 40 | 40 | ||
| 41 | protected: |
41 | protected: |
| 42 | void Read(); |
42 | void Read(); |
| 43 | 43 | ||
| 44 | private: |
44 | private: |