Reception of SCIP 2.0 response. More...

Go to the source code of this file.
Functions | |
| int | decode (const char code[], int byte) |
| Decoding of SCIP data. | |
| int | recvReply (qrk::Connection *con, int timeout, std::vector< std::string > *lines) |
| Simple command transmission. | |
Reception of SCIP 2.0 response.
Definition in file ScipUtils.cpp.
| int decode | ( | const char | code[], |
| int | byte | ||
| ) |
Decoding of SCIP data.
| [in] | code | Characters to be decoded |
| [in] | byte | Number of decoding characters |
| Decoding | result |
Definition at line 20 of file ScipUtils.cpp.
| int recvReply | ( | qrk::Connection * | con, |
| int | timeout, | ||
| std::vector< std::string > * | lines = NULL |
||
| ) |
Simple command transmission.
| [in] | con | Connection object |
| timeout | Received timestamp [msec] | |
| [out] | lines | To store received data |
| 0 | Normal retval < 0 Error |
Definition at line 44 of file ScipUtils.cpp.
1.7.6.1-20120122