#include <pending_command.h>
◆ PendingCommand()
| PendingCommand::PendingCommand |
( |
const CommandContainer & | _commandContainer, |
|
|
QVariant | _extraData = QVariant() ) |
|
explicit |
◆ elapsedMs()
| qint64 PendingCommand::elapsedMs |
( |
| ) |
const |
- Returns
- Milliseconds elapsed since startTiming(), or -1 if the timer was never started.
◆ finished
| void PendingCommand::finished |
( |
const Response & | response, |
|
|
const CommandContainer & | commandContainer, |
|
|
const QVariant & | extraData ) |
|
signal |
◆ getCommandContainer()
◆ getExtraData()
| QVariant PendingCommand::getExtraData |
( |
| ) |
const |
◆ processResponse()
| void PendingCommand::processResponse |
( |
const Response & | response | ) |
|
◆ setExtraData()
| void PendingCommand::setExtraData |
( |
const QVariant & | _extraData | ) |
|
◆ startTiming()
| void PendingCommand::startTiming |
( |
| ) |
|
Starts the round-trip timer. Called by the client thread right before the command container is handed to the transport layer.
◆ tick()
| int PendingCommand::tick |
( |
| ) |
|
◆ commandContainer
◆ extraData
| QVariant PendingCommand::extraData |
|
private |
◆ startTime
| QElapsedTimer PendingCommand::startTime |
|
private |
◆ ticks
| int PendingCommand::ticks |
|
private |
The documentation for this class was generated from the following files: