#include <DashelTarget.h>
Signals | |
void | dashelDisconnection () |
void | messageAvailable (Message *message) |
Public Member Functions | |
bool | attemptToReconnect () |
DashelInterface (QVector< QTranslator * > translators, const QString &commandLineTarget) | |
virtual void | stop () |
Public Attributes | |
bool | isRunning |
QString | language |
std::string | lastConnectedTarget |
Dashel::Stream * | stream |
Protected Member Functions | |
virtual void | connectionClosed (Dashel::Stream *stream, bool abnormal) |
virtual void | incomingData (Dashel::Stream *stream) |
virtual void | run () |
Definition at line 84 of file DashelTarget.h.
void Aseba::DashelInterface::dashelDisconnection | ( | ) | [signal] |
void Aseba::DashelInterface::messageAvailable | ( | Message * | message | ) | [signal] |
Definition at line 89 of file DashelTarget.h.
QString Aseba::DashelInterface::language |
Definition at line 92 of file DashelTarget.h.
std::string Aseba::DashelInterface::lastConnectedTarget |
Definition at line 91 of file DashelTarget.h.
Definition at line 90 of file DashelTarget.h.