#include <src/app/ddLCMSubscriber.h>
Definition at line 26 of file ddLCMSubscriber.h.
| ddLCMSubscriber::ddLCMSubscriber |
( |
const QString & |
channel, |
|
|
QObject * |
parent = NULL |
|
) |
| |
|
inline |
| virtual ddLCMSubscriber::~ddLCMSubscriber |
( |
| ) |
|
|
inlinevirtual |
| bool ddLCMSubscriber::callbackIsEnabled |
( |
| ) |
const |
|
inline |
| const QString& ddLCMSubscriber::channel |
( |
| ) |
const |
|
inline |
| double ddLCMSubscriber::getMessageRate |
( |
| ) |
|
|
inline |
| QByteArray ddLCMSubscriber::getNextMessage |
( |
int |
timeout | ) |
|
|
inline |
| void ddLCMSubscriber::messageHandler |
( |
const lcm::ReceiveBuffer * |
rbuf, |
|
|
const std::string & |
channel |
|
) |
| |
|
inlineprotected |
| void ddLCMSubscriber::messageReceived |
( |
const QByteArray & |
messageData, |
|
|
const QString & |
channel |
|
) |
| |
|
signal |
| void ddLCMSubscriber::messageReceivedInQueue |
( |
const QString & |
channel | ) |
|
|
signal |
| bool ddLCMSubscriber::notifyAllMessagesIsEnabled |
( |
| ) |
const |
|
inline |
| void ddLCMSubscriber::onMessageInQueue |
( |
const QString & |
channel | ) |
|
|
inlineprotectedslot |
| void ddLCMSubscriber::setCallbackEnabled |
( |
bool |
enabled | ) |
|
|
inline |
| void ddLCMSubscriber::setNotifyAllMessagesEnabled |
( |
bool |
enabled | ) |
|
|
inline |
| void ddLCMSubscriber::setSpeedLimit |
( |
double |
hertz | ) |
|
|
inline |
| virtual void ddLCMSubscriber::subscribe |
( |
lcm::LCM * |
lcmHandle | ) |
|
|
inlinevirtual |
| virtual void ddLCMSubscriber::unsubscribe |
( |
lcm::LCM * |
lcmHandle | ) |
|
|
inlinevirtual |
| QString ddLCMSubscriber::mChannel |
|
protected |
| bool ddLCMSubscriber::mEmitMessages |
|
protected |
| QByteArray ddLCMSubscriber::mLastMessage |
|
protected |
| QMutex ddLCMSubscriber::mMutex |
|
mutableprotected |
| bool ddLCMSubscriber::mNotifyAllMessages |
|
protected |
| int ddLCMSubscriber::mRequiredElapsedMilliseconds |
|
protected |
| lcm::Subscription* ddLCMSubscriber::mSubscription |
|
protected |
| QTime ddLCMSubscriber::mTimer |
|
protected |
| QWaitCondition ddLCMSubscriber::mWaitCondition |
|
protected |
The documentation for this class was generated from the following file: