|
void | sendCommand (const std::string &addr, int port, std::vector< Command > &vcmd, bool cmd_only=true, bool verbose=false) |
|
void | readlogs (const std::string &addr, int port, LogServerTypes::Command c=LogServerTypes::cmdNOP, const std::string logfilter="", bool verbose=false) |
|
bool | isConnection () const |
|
void | setReadCount (size_t n) |
|
void | setCommandOnlyMode (bool s) |
|
void | setinTimeout (timeout_t msec) |
|
void | setoutTimeout (timeout_t msec) |
|
void | setReconnectDelay (timeout_t msec) |
|
void | setTextFilter (const std::string &f) |
|
DebugStream::StreamEvent_Signal | signal_stream_event () |
|
void | setLogLevel (Debug::type t) |
|
std::shared_ptr< DebugStream > | log () |
|