00001 #ifndef QRK_SCIP_UTILS_H 00002 #define QRK_SCIP_UTILS_H 00003 00014 #include <vector> 00015 #include <string> 00016 00017 00018 namespace qrk { 00019 class Connection; 00020 00021 enum { 00022 ScipTimeout = 200, 00023 }; 00024 } 00025 00026 00035 extern int decode(const char code[], int byte); 00036 00037 00048 extern int recvReply(qrk::Connection* con, int timeout, 00049 std::vector<std::string>* lines = NULL); 00050 00051 #endif /* !QRK_SCIP_UTILS_H */
1.7.6.1-20120122