Connection を用いた補助関数. More...
#include <cstddef>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | qrk |
Quick Robot Development Kit. | |
Functions | |
bool | qrk::isLF (const char ch) |
改行コードかを返す | |
int | qrk::readline (Connection *con, char *buf, const size_t count, const int timeout) |
改行までのデータ読み出し | |
void | qrk::skip (Connection *con, int total_timeout, int each_timeout=0) |
受信データを読み飛ばす | |
template<class T > | |
void | qrk::swapConnection (T &a, T &b) |
接続オブジェクトの交換 |
Connection を用いた補助関数.
Definition in file ConnectionUtils.h.